diff --git a/milli/src/search/mod.rs b/milli/src/search/mod.rs index 4f753a607..614927877 100644 --- a/milli/src/search/mod.rs +++ b/milli/src/search/mod.rs @@ -371,9 +371,8 @@ pub fn build_dfa(word: &str, typos: u8, is_prefix: bool) -> DFA { #[cfg(test)] mod test { - use crate::index::tests::TempIndex; - use super::*; + use crate::index::tests::TempIndex; #[test] fn test_is_authorized_typos() {