diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2021-01-19 10:27:53 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-19 10:27:53 +0100 |
| commit | de02bf399e477c3fbc447767a565d83df829a0c3 (patch) | |
| tree | e25b0ca1fe9a7d1fe954ad0135cad4d1b79a1240 /library/alloc/src | |
| parent | 670acf7483ac6e1a22186c1f40086b18ee0ed71e (diff) | |
| parent | ff5dcc2438b4cdc2ea396859009eb5e4cc627948 (diff) | |
| download | rust-de02bf399e477c3fbc447767a565d83df829a0c3.tar.gz rust-de02bf399e477c3fbc447767a565d83df829a0c3.zip | |
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.
Diffstat (limited to 'library/alloc/src')
| -rw-r--r-- | library/alloc/src/lib.rs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/library/alloc/src/lib.rs b/library/alloc/src/lib.rs index 14a10aac061..8d721ed7487 100644 --- a/library/alloc/src/lib.rs +++ b/library/alloc/src/lib.rs @@ -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 { |
