We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 824e978 + 3bea34c commit 1d0417dCopy full SHA for 1d0417d
core/benches/iter.rs
@@ -473,6 +473,7 @@ fn bench_next_chunk_copied(b: &mut Bencher) {
473
474
/// Exercises the TrustedRandomAccess specialization in ArrayChunks
475
#[bench]
476
+#[allow(noop_method_call)]
477
fn bench_next_chunk_trusted_random_access(b: &mut Bencher) {
478
let v = vec![1u8; 1024];
479
0 commit comments