Skip to content

Commit ff5dcc2

Browse files
committed
Remove unused alloc::std::ops re-export.
1 parent fd34606 commit ff5dcc2

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

library/alloc/src/lib.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -183,11 +183,6 @@ pub mod task;
183183
mod tests;
184184
pub mod vec;
185185

186-
#[cfg(not(test))]
187-
mod std {
188-
pub use core::ops; // RangeFull
189-
}
190-
191186
#[doc(hidden)]
192187
#[unstable(feature = "liballoc_internals", issue = "none", reason = "implementation detail")]
193188
pub mod __export {

0 commit comments

Comments
 (0)