mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-23 05:14:27 +01:00
fmt
This commit is contained in:
parent
2cb71dff4a
commit
853b4a520f
@ -564,9 +564,8 @@ mod test {
|
||||
use rand::rngs::StdRng;
|
||||
use rand::{Rng, SeedableRng};
|
||||
|
||||
use crate::index::{DEFAULT_MIN_WORD_LEN_ONE_TYPO, DEFAULT_MIN_WORD_LEN_TWO_TYPOS};
|
||||
|
||||
use super::*;
|
||||
use crate::index::{DEFAULT_MIN_WORD_LEN_ONE_TYPO, DEFAULT_MIN_WORD_LEN_TWO_TYPOS};
|
||||
|
||||
#[derive(Debug)]
|
||||
struct TestContext {
|
||||
|
@ -1,7 +1,5 @@
|
||||
use milli::{
|
||||
update::{IndexerConfig, Settings},
|
||||
Criterion, Search,
|
||||
};
|
||||
use milli::update::{IndexerConfig, Settings};
|
||||
use milli::{Criterion, Search};
|
||||
use Criterion::*;
|
||||
|
||||
#[test]
|
||||
|
Loading…
Reference in New Issue
Block a user