Cargo fmt

This commit is contained in:
Olivier 'reivilibre' 2022-03-24 22:57:13 +00:00
parent f43424de94
commit 139fe380bc
1 changed files with 4 additions and 4 deletions

View File

@ -90,10 +90,10 @@ impl Backend for TantivyBackend {
} = &self.fields;
let mut tantivy_doc = doc! {
*title => document.title,
*article => document.article_body,
*nonarticle => document.nonarticle_body,
*url => document.url
*title => document.title,
*article => document.article_body,
*nonarticle => document.nonarticle_body,
*url => document.url
};
// TODO do we actually want facets? How about u64 tags or something...?
for tag in &document.tags {