about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMara Bos <m-ou.se@m-ou.se>2021-01-17 12:08:38 +0100
committerMara Bos <m-ou.se@m-ou.se>2021-01-17 12:08:38 +0100
commitff5dcc2438b4cdc2ea396859009eb5e4cc627948 (patch)
tree00a3973ea9cd5e4cba2c18ed210280e74093af62
parentfd34606ddf02d1e9364e459b373a6ad665c3d8a4 (diff)
downloadrust-ff5dcc2438b4cdc2ea396859009eb5e4cc627948.tar.gz
rust-ff5dcc2438b4cdc2ea396859009eb5e4cc627948.zip
Remove unused alloc::std::ops re-export.
-rw-r--r--library/alloc/src/lib.rs5
1 files changed, 0 insertions, 5 deletions
diff --git a/library/alloc/src/lib.rs b/library/alloc/src/lib.rs
index cfad111aa54..9bf341032bd 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 {