We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f9a4be9 + 4dbae1e commit 8c03d75Copy full SHA for 8c03d75
src/liballoc/benches/string.rs
@@ -1,5 +1,5 @@
1
use std::iter::repeat;
2
-use test::Bencher;
+use test::{black_box, Bencher};
3
4
#[bench]
5
fn bench_with_capacity(b: &mut Bencher) {
0 commit comments