We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee54250 commit 1e6e612Copy full SHA for 1e6e612
alloc/benches/vec.rs
@@ -1,4 +1,4 @@
1
-use rand::prelude::*;
+use rand::RngCore;
2
use std::iter::{repeat, FromIterator};
3
use test::{black_box, Bencher};
4
0 commit comments