Skip to content
Snippets Groups Projects
Verified Commit 42a86916 authored by STEVAN Antoine's avatar STEVAN Antoine :crab:
Browse files

make Clippy happy

parent fa3004fb
No related branches found
No related tags found
No related merge requests found
Pipeline #9091 passed
......@@ -92,6 +92,7 @@ where
/// same bencher
/// - f: the piece of code to run and measure
/// - the measurements will be printed to STDOUT as JSON
#[allow(clippy::type_complexity)]
pub fn bench_multiple(b: &Bencher, benches: &mut [(String, Box<dyn FnMut() -> Duration>)]) {
let style = ProgressStyle::with_template(
"[{elapsed_precise}] {bar:40.cyan/blue} {pos:>10}/{len:10} {msg}",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment