Use the heap module through its facade in libstd.

This commit is contained in:
Ms2ger 2015-06-26 20:52:28 +02:00
parent ef97879c27
commit d6aa0915c3
4 changed files with 2 additions and 6 deletions

View file

@ -2,7 +2,6 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#![feature(alloc)]
#![feature(arc_weak)]
#![feature(box_raw)]
#![feature(box_syntax)]
@ -21,7 +20,6 @@
#[macro_use]
extern crate log;
extern crate alloc;
extern crate azure;
#[macro_use] extern crate bitflags;
extern crate fnv;