We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 521d8d8 commit 939fd37Copy full SHA for 939fd37
library/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