Cargo fmt

This commit is contained in:
Louis Dureuil
2023-05-03 12:21:58 +02:00
parent 90bc230820
commit 1aaf24ccbf
18 changed files with 48 additions and 55 deletions

View File

@ -19,10 +19,9 @@ Then these rules will only work with
2. the full query term otherwise
*/
use crate::{
index::tests::TempIndex, search::new::tests::collect_field_values, Criterion, Search,
SearchResult, TermsMatchingStrategy,
};
use crate::index::tests::TempIndex;
use crate::search::new::tests::collect_field_values;
use crate::{Criterion, Search, SearchResult, TermsMatchingStrategy};
fn create_index_simple_ordered() -> TempIndex {
let index = TempIndex::new();