We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec2e4ba commit 88bd624Copy full SHA for 88bd624
src/libcore/benches/iter.rs
@@ -333,4 +333,4 @@ fn bench_filter_chain_ref_count(b: &mut Bencher) {
333
b.iter(|| {
334
(0i64..1000000).chain(0..1000000).map(black_box).by_ref().filter(|x| x % 3 == 0).count()
335
})
336
-}
+}
0 commit comments