We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0a40f6 commit d523d2aCopy full SHA for d523d2a
benchmarks/benches/by-name.rs
@@ -37,7 +37,7 @@ fn benchmark_by_name(c: &mut criterion::Criterion) {
37
}
38
39
c.bench_function(
40
- stringify!($id),
+ stringify!($ident),
41
|b| b.iter_custom(|iters| $ident(iters, black_box(&names))),
42
);
43
})* };
0 commit comments