Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
Cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
loiclec committed Dec 22, 2022
1 parent cc682f6 commit e7f1181
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion benchmarks/benches/search_songs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ mod utils;
use std::collections::HashMap;

use criterion::{criterion_group, criterion_main};
use milli::{update::Settings, CriterionImplementationStrategy};
use milli::update::Settings;
use milli::CriterionImplementationStrategy;
use utils::{IndexConf, IndexSettingsConf, SearchBenchConf};

#[global_allocator]
Expand Down
3 changes: 2 additions & 1 deletion benchmarks/benches/search_wiki.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ mod datasets_paths;
mod utils;

use criterion::{criterion_group, criterion_main};
use milli::{update::Settings, CriterionImplementationStrategy};
use milli::update::Settings;
use milli::CriterionImplementationStrategy;
use utils::{IndexConf, IndexSettingsConf, SearchBenchConf};

#[global_allocator]
Expand Down

0 comments on commit e7f1181

Please sign in to comment.