Remove unused alloc::std::ops re-export.

This commit is contained in:
Mara Bos 2021-01-17 12:08:38 +01:00
parent fd34606ddf
commit ff5dcc2438

View File

@ -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 {