From ff5dcc2438b4cdc2ea396859009eb5e4cc627948 Mon Sep 17 00:00:00 2001 From: Mara Bos Date: Sun, 17 Jan 2021 12:08:38 +0100 Subject: [PATCH] Remove unused alloc::std::ops re-export. --- library/alloc/src/lib.rs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/library/alloc/src/lib.rs b/library/alloc/src/lib.rs index cfad111aa546f..9bf341032bdef 100644 --- a/library/alloc/src/lib.rs +++ b/library/alloc/src/lib.rs @@ -183,11 +183,6 @@ pub mod task; mod tests; pub mod vec; -#[cfg(not(test))] -mod std { - pub use core::ops; // RangeFull -} - #[doc(hidden)] #[unstable(feature = "liballoc_internals", issue = "none", reason = "implementation detail")] pub mod __export {