1
Fork 0

Fix use of rand in liballoc benches

This commit is contained in:
John-John Tedro 2017-11-28 17:03:33 +01:00
parent 0a2e9ade83
commit 9bea79bd5e
2 changed files with 2 additions and 2 deletions

View file

@ -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;