Allow added string.insert benchmarks to compile
This commit is contained in:
parent
4884061838
commit
4dbae1e8ba
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
use std::iter::repeat;
|
||||
use test::Bencher;
|
||||
use test::{black_box, Bencher};
|
||||
|
||||
#[bench]
|
||||
fn bench_with_capacity(b: &mut Bencher) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue