diff options
| author | Simon Sapin <simon.sapin@exyr.org> | 2018-05-30 20:46:59 +0200 |
|---|---|---|
| committer | Simon Sapin <simon.sapin@exyr.org> | 2018-06-11 13:47:27 -0700 |
| commit | 8c30c5168694b8ee740dade3a0145eef8aba66c6 (patch) | |
| tree | e097254988d37c738a9310b9590e1ac39615d383 /src/liballoc/lib.rs | |
| parent | 3373204ac49ebdb7194020ea9c556ce87910f7b7 (diff) | |
| download | rust-8c30c5168694b8ee740dade3a0145eef8aba66c6.tar.gz rust-8c30c5168694b8ee740dade3a0145eef8aba66c6.zip | |
Remove deprecated heap modules
The heap.rs file was already unused.
Diffstat (limited to 'src/liballoc/lib.rs')
| -rw-r--r-- | src/liballoc/lib.rs | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/liballoc/lib.rs b/src/liballoc/lib.rs index 242c7d2e70f..828461fe8d7 100644 --- a/src/liballoc/lib.rs +++ b/src/liballoc/lib.rs @@ -150,18 +150,10 @@ pub mod allocator { pub mod alloc; -#[unstable(feature = "allocator_api", issue = "32838")] -#[rustc_deprecated(since = "1.27.0", reason = "module renamed to `alloc`")] -/// Use the `alloc` module instead. -pub mod heap { - pub use alloc::*; -} - #[unstable(feature = "futures_api", reason = "futures in libcore are unstable", issue = "50547")] pub mod task; - // Primitive types using the heaps above // Need to conditionally define the mod from `boxed.rs` to avoid |
