From 017cf53798f8d5a98089d3fc37b739c98e9f75b7 Mon Sep 17 00:00:00 2001 From: Mazdak Farrokhzad Date: Sat, 2 Feb 2019 17:43:55 +0100 Subject: [PATCH] liballoc: remove redundant extern crate. --- src/liballoc/lib.rs | 2 -- 1 file changed, 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]