liballoc: remove redundant extern crate.

This commit is contained in:
Mazdak Farrokhzad 2019-02-02 17:43:55 +01:00
parent 857530cef1
commit 017cf53798

View file

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