Allow added string.insert benchmarks to compile

This commit is contained in:
Stein Somers 2020-01-17 01:05:49 +01:00
parent 4884061838
commit 4dbae1e8ba
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
use std::iter::repeat;
use test::Bencher;
use test::{black_box, Bencher};
#[bench]
fn bench_with_capacity(b: &mut Bencher) {