Skip to content

Commit de02bf3

Browse files
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.
2 parents 670acf7 + ff5dcc2 commit de02bf3

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Diff for: library/alloc/src/lib.rs

-5
Original file line numberDiff line numberDiff line change
@@ -185,11 +185,6 @@ pub mod task;
185185
mod tests;
186186
pub mod vec;
187187

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

0 commit comments

Comments
 (0)