From c59f90d01f06f995e335c6de76aab0b9ba2c98e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Sat, 4 Dec 2021 14:19:06 +0100 Subject: chore: upgrade to Rust 1.57.0 (#12968) --- bench_util/src/profiling.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bench_util') diff --git a/bench_util/src/profiling.rs b/bench_util/src/profiling.rs index aad9f0159..b4459ad60 100644 --- a/bench_util/src/profiling.rs +++ b/bench_util/src/profiling.rs @@ -54,7 +54,7 @@ fn run_profile(test: TestDescAndFn) { bencher::bench::run_once(|harness| bencher.run(harness)); } StaticBenchFn(benchfn) => { - bencher::bench::run_once(|harness| benchfn(harness)); + bencher::bench::run_once(benchfn); } }; } -- cgit v1.2.3