diff options
Diffstat (limited to 'components/rand/lib.rs')
-rw-r--r-- | components/rand/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/components/rand/lib.rs b/components/rand/lib.rs index 56c20522b76..54c0de6d501 100644 --- a/components/rand/lib.rs +++ b/components/rand/lib.rs @@ -16,8 +16,6 @@ extern crate lazy_static; #[macro_use] extern crate log; -extern crate rand; -extern crate uuid; #[cfg(target_pointer_width = "64")] use rand::isaac::Isaac64Rng as IsaacWordRng; |