about summary refs log tree commit diff
path: root/src/liballoc
diff options
context:
space:
mode:
authorMazdak Farrokhzad <twingoow@gmail.com>2019-02-02 17:43:55 +0100
committerMazdak Farrokhzad <twingoow@gmail.com>2019-02-02 17:43:55 +0100
commit017cf53798f8d5a98089d3fc37b739c98e9f75b7 (patch)
tree0db3d9d4e3f410a03759937942d868141fab9b6d /src/liballoc
parent857530cef1f1419e296e5d9ad623b153c06cb3e6 (diff)
downloadrust-017cf53798f8d5a98089d3fc37b739c98e9f75b7.tar.gz
rust-017cf53798f8d5a98089d3fc37b739c98e9f75b7.zip
liballoc: remove redundant extern crate.
Diffstat (limited to 'src/liballoc')
-rw-r--r--src/liballoc/lib.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/liballoc/lib.rs b/src/liballoc/lib.rs
index ab0ade7e554..bd2adee15c9 100644
--- a/src/liballoc/lib.rs
+++ b/src/liballoc/lib.rs
@@ -125,8 +125,6 @@
 extern crate std;
 #[cfg(test)]
 extern crate test;
-#[cfg(test)]
-extern crate rand;
 
 // Module with internal macros used by other modules (needs to be included before other modules).
 #[macro_use]