mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 07:14:28 +00:00
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:
commit
de02bf399e
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user