diff options
Diffstat (limited to 'library/core/benches')
-rw-r--r-- | library/core/benches/iter.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/core/benches/iter.rs b/library/core/benches/iter.rs index 5ec22e514..05fec0c4b 100644 --- a/library/core/benches/iter.rs +++ b/library/core/benches/iter.rs @@ -473,6 +473,7 @@ fn bench_next_chunk_copied(b: &mut Bencher) { /// Exercises the TrustedRandomAccess specialization in ArrayChunks #[bench] +#[allow(noop_method_call)] fn bench_next_chunk_trusted_random_access(b: &mut Bencher) { let v = vec![1u8; 1024]; |