Fix use of rand in liballoc benches
This commit is contained in:
parent
0a2e9ade83
commit
9bea79bd5e
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
|||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
use std::__rand::{thread_rng};
|
||||
use rand::{thread_rng};
|
||||
use std::mem;
|
||||
use std::ptr;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue