Skip to content

Commit

Permalink
Allow added string.insert benchmarks to compile
Browse files Browse the repository at this point in the history
  • Loading branch information
ssomers committed Jan 17, 2020
1 parent 4884061 commit 4dbae1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/liballoc/benches/string.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use std::iter::repeat;
use test::Bencher;
use test::{black_box, Bencher};

#[bench]
fn bench_with_capacity(b: &mut Bencher) {
Expand Down

0 comments on commit 4dbae1e

Please sign in to comment.