Skip to content

Commit

Permalink
Fix compile.
Browse files Browse the repository at this point in the history
  • Loading branch information
fmassot committed Jul 17, 2023
1 parent c904007 commit a1b1bdf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
use anyhow::Context;
#[cfg(feature = "multilang")]
use quickwit_query::MultiLangTokenizer;
use quickwit_query::DEFAULT_REMOVE_TOKEN_LENGTH;
use quickwit_query::{DEFAULT_REMOVE_TOKEN_LENGTH, CodeTokenizer};
use serde::{Deserialize, Serialize};
use tantivy::tokenizer::{
AsciiFoldingFilter, LowerCaser, NgramTokenizer, RegexTokenizer, RemoveLongFilter,
Expand Down

0 comments on commit a1b1bdf

Please sign in to comment.