Skip to content

Commit 26324d0

Browse files
committed
Remove the unstable alloc::allocator module reexport, deprecated since 1.27
1 parent 1acbb0a commit 26324d0

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/liballoc/lib.rs

-7
Original file line numberDiff line numberDiff line change
@@ -141,13 +141,6 @@ extern crate rand;
141141
#[macro_use]
142142
mod macros;
143143

144-
#[rustc_deprecated(since = "1.27.0", reason = "use the heap module in core, alloc, or std instead")]
145-
#[unstable(feature = "allocator_api", issue = "32838")]
146-
/// Use the `alloc` module instead.
147-
pub mod allocator {
148-
pub use alloc::*;
149-
}
150-
151144
// Heaps provided for low-level allocation strategies
152145

153146
pub mod alloc;

0 commit comments

Comments
 (0)