Skip to content

Commit

Permalink
liballoc: remove redundant extern crate.
Browse files Browse the repository at this point in the history
  • Loading branch information
Centril committed Feb 2, 2019
1 parent 857530c commit 017cf53
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/liballoc/lib.rs
Expand Up @@ -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]
Expand Down

0 comments on commit 017cf53

Please sign in to comment.