mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Use the heap module through its facade in libstd.
This commit is contained in:
parent
ef97879c27
commit
d6aa0915c3
4 changed files with 2 additions and 6 deletions
|
@ -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(append)]
|
||||
#![feature(arc_unique)]
|
||||
#![feature(box_syntax)]
|
||||
|
@ -40,7 +39,6 @@ extern crate profile_traits;
|
|||
extern crate util;
|
||||
|
||||
extern crate rustc_serialize;
|
||||
extern crate alloc;
|
||||
extern crate azure;
|
||||
extern crate canvas_traits;
|
||||
extern crate clock_ticks;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue