Skip to content

Commit 3bea34c

Browse files
committed
fix
1 parent a512e21 commit 3bea34c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/benches/iter.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -473,6 +473,7 @@ fn bench_next_chunk_copied(b: &mut Bencher) {
473473

474474
/// Exercises the TrustedRandomAccess specialization in ArrayChunks
475475
#[bench]
476+
#[allow(noop_method_call)]
476477
fn bench_next_chunk_trusted_random_access(b: &mut Bencher) {
477478
let v = vec![1u8; 1024];
478479

0 commit comments

Comments
 (0)