From 6ef3bb9d83382c2797240a1a16a904e743e30081 Mon Sep 17 00:00:00 2001 From: ad hoc Date: Thu, 31 Mar 2022 14:06:23 +0200 Subject: [PATCH] fmt --- milli/src/search/mod.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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() {