Skip to content

Commit 939fd37

Browse files
authored
Rust vec bench import specific rand::RngCore
1 parent 521d8d8 commit 939fd37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/alloc/benches/vec.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
use rand::prelude::*;
1+
use rand::RngCore;
22
use std::iter::{repeat, FromIterator};
33
use test::{black_box, Bencher};
44

0 commit comments

Comments
 (0)