This commit is contained in:
ad hoc 2022-04-01 11:21:51 +02:00
parent 2cb71dff4a
commit 853b4a520f
No known key found for this signature in database
GPG Key ID: 4F00A782990CC643
2 changed files with 3 additions and 6 deletions

View File

@ -564,9 +564,8 @@ mod test {
use rand::rngs::StdRng; use rand::rngs::StdRng;
use rand::{Rng, SeedableRng}; use rand::{Rng, SeedableRng};
use crate::index::{DEFAULT_MIN_WORD_LEN_ONE_TYPO, DEFAULT_MIN_WORD_LEN_TWO_TYPOS};
use super::*; use super::*;
use crate::index::{DEFAULT_MIN_WORD_LEN_ONE_TYPO, DEFAULT_MIN_WORD_LEN_TWO_TYPOS};
#[derive(Debug)] #[derive(Debug)]
struct TestContext { struct TestContext {

View File

@ -1,7 +1,5 @@
use milli::{ use milli::update::{IndexerConfig, Settings};
update::{IndexerConfig, Settings}, use milli::{Criterion, Search};
Criterion, Search,
};
use Criterion::*; use Criterion::*;
#[test] #[test]