Remove deprecated heap modules
The heap.rs file was already unused.
This commit is contained in:
parent
3373204ac4
commit
8c30c51686
6 changed files with 2 additions and 134 deletions
|
@ -23,13 +23,13 @@
|
|||
// coherence challenge (e.g., specialization, neg impls, etc) we can
|
||||
// reconsider what crate these items belong in.
|
||||
|
||||
use alloc::{AllocErr, LayoutErr, CannotReallocInPlace};
|
||||
use any::TypeId;
|
||||
use borrow::Cow;
|
||||
use cell;
|
||||
use char;
|
||||
use core::array;
|
||||
use fmt::{self, Debug, Display};
|
||||
use heap::{AllocErr, LayoutErr, CannotReallocInPlace};
|
||||
use mem::transmute;
|
||||
use num;
|
||||
use str;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue