diff options
| author | Simon Sapin <simon.sapin@exyr.org> | 2018-04-03 20:58:50 +0200 |
|---|---|---|
| committer | Simon Sapin <simon.sapin@exyr.org> | 2018-04-12 22:52:54 +0200 |
| commit | 5e5a0c21fc1416e77ae8e4db74b93e3601241e22 (patch) | |
| tree | 505783f515b56e9c23a35f2f6977cf5fe3b8210c /src/liballoc/alloc.rs | |
| parent | e521b8b472dfe058f6d0f62f2e1ab5f291c220ee (diff) | |
| download | rust-5e5a0c21fc1416e77ae8e4db74b93e3601241e22.tar.gz rust-5e5a0c21fc1416e77ae8e4db74b93e3601241e22.zip | |
Separate alloc::heap::Alloc trait for stage0 #[global_allocator]
Diffstat (limited to 'src/liballoc/alloc.rs')
| -rw-r--r-- | src/liballoc/alloc.rs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/liballoc/alloc.rs b/src/liballoc/alloc.rs index 12ee7701903..00a8b2c0e25 100644 --- a/src/liballoc/alloc.rs +++ b/src/liballoc/alloc.rs @@ -22,11 +22,6 @@ use core::usize; #[doc(inline)] pub use core::alloc::*; -#[doc(hidden)] -pub mod __core { - pub use core::*; -} - extern "Rust" { #[allocator] #[rustc_allocator_nounwind] |
