mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-27 01:04:03 +00:00
Remove unused alloc::std::ops re-export.
This commit is contained in:
parent
fd34606ddf
commit
ff5dcc2438
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user