diff --git a/src/liballoc/lib.rs b/src/liballoc/lib.rs index ec9b5eba561060a21efc741df7d0d9867d40796a..585e34f58514cbfbf7a27b54dcdecea5e60bc0a7 100644 --- a/src/liballoc/lib.rs +++ b/src/liballoc/lib.rs @@ -141,13 +141,6 @@ #[macro_use] mod macros; -#[rustc_deprecated(since = "1.27.0", reason = "use the heap module in core, alloc, or std instead")] -#[unstable(feature = "allocator_api", issue = "32838")] -/// Use the `alloc` module instead. -pub mod allocator { - pub use alloc::*; -} - // Heaps provided for low-level allocation strategies pub mod alloc;