Rollup merge of #81112 - m-ou-se:alloc-std-ops-reexport, r=KodrAus

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

Removes unused re-export in alloc/lib.rs.
This commit is contained in:
Guillaume Gomez 2021-01-19 10:27:53 +01:00 committed by GitHub
commit de02bf399e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -185,11 +185,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 {