Skip to content

Commit

Permalink
Rollup merge of #81112 - m-ou-se:alloc-std-ops-reexport, r=KodrAus
Browse files Browse the repository at this point in the history
Remove unused alloc::std::ops re-export.

Removes unused re-export in alloc/lib.rs.
  • Loading branch information
GuillaumeGomez authored Jan 19, 2021
2 parents 670acf7 + ff5dcc2 commit de02bf3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions library/alloc/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit de02bf3

Please sign in to comment.