Skip to content

Commit

Permalink
Rust vec bench import specific rand::RngCore
Browse files Browse the repository at this point in the history
  • Loading branch information
pickfire authored Sep 25, 2020
1 parent 521d8d8 commit 939fd37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/alloc/benches/vec.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use rand::prelude::*;
use rand::RngCore;
use std::iter::{repeat, FromIterator};
use test::{black_box, Bencher};

Expand Down

0 comments on commit 939fd37

Please sign in to comment.