Skip to content

Commit

Permalink
Fix clippy.*
Browse files Browse the repository at this point in the history
  • Loading branch information
fmassot committed Dec 26, 2023
1 parent 669d178 commit dfb97fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quickwit/quickwit-search/src/leaf.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ use quickwit_storage::{
};
use tantivy::directory::FileSlice;
use tantivy::fastfield::FastFieldReaders;
use tantivy::schema::{Field, FieldType};
use tantivy::schema::Field;
use tantivy::{Index, ReloadPolicy, Searcher, Term};
use tracing::*;

Expand Down

0 comments on commit dfb97fc

Please sign in to comment.