mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 06:44:35 +00:00
liballoc: remove redundant extern crate.
This commit is contained in:
parent
857530cef1
commit
017cf53798
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user