Skip to content

Commit d523d2a

Browse files
committed
Fix typo
1 parent e0a40f6 commit d523d2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/benches/by-name.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ fn benchmark_by_name(c: &mut criterion::Criterion) {
3737
}
3838

3939
c.bench_function(
40-
stringify!($id),
40+
stringify!($ident),
4141
|b| b.iter_custom(|iters| $ident(iters, black_box(&names))),
4242
);
4343
})* };

0 commit comments

Comments
 (0)