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.
1 parent a512e21 commit 3bea34cCopy full SHA for 3bea34c
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