mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-15 13:58:36 +02:00
fmt
This commit is contained in:
parent
2cb71dff4a
commit
853b4a520f
2 changed files with 3 additions and 6 deletions
|
@ -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 {
|
||||||
|
|
|
@ -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]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue