Skip to content

Commit 017cf53

Browse files
committed
liballoc: remove redundant extern crate.
1 parent 857530c commit 017cf53

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/liballoc/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,6 @@
125125
extern crate std;
126126
#[cfg(test)]
127127
extern crate test;
128-
#[cfg(test)]
129-
extern crate rand;
130128

131129
// Module with internal macros used by other modules (needs to be included before other modules).
132130
#[macro_use]

0 commit comments

Comments
 (0)