aboutsummaryrefslogtreecommitdiff
path: root/benches/benchmarks/compare_functions.rs
diff options
context:
space:
mode:
Diffstat (limited to 'benches/benchmarks/compare_functions.rs')
-rwxr-xr-xbenches/benchmarks/compare_functions.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/benches/benchmarks/compare_functions.rs b/benches/benchmarks/compare_functions.rs
index b3db640..ce44180 100755
--- a/benches/benchmarks/compare_functions.rs
+++ b/benches/benchmarks/compare_functions.rs
@@ -1,3 +1,5 @@
+#![allow(deprecated)]
+
use criterion::{criterion_group, BenchmarkId, Criterion, Fun, ParameterizedBenchmark};
fn fibonacci_slow(n: u64) -> u64 {