Skip to content

Commit

Permalink
Fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
fmassot committed Jul 21, 2023
1 parent b614b3b commit f4acb83
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion quickwit/quickwit-query/src/tokenizers/multilang.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ use lindera_tokenizer::token::Token as LinderaToken;
use lindera_tokenizer::tokenizer::Tokenizer as LinderaTokenizer;
use once_cell::sync::Lazy;
use tantivy::tokenizer::{SimpleTokenStream, SimpleTokenizer, Token, TokenStream, Tokenizer};
use tracing::info;
use whichlang::{detect_language, Lang};

// Note(fmassot): we use `lindera_tokenizer::tokenizer::Tokenizer` and not
Expand Down

0 comments on commit f4acb83

Please sign in to comment.