mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Upgrade rust to f93ab64d4a1a7ee91759a1594ab2a426b6cc657e/rustc-1.5.0-dev.
This commit is contained in:
parent
8f1469eb08
commit
3c969b346a
40 changed files with 253 additions and 253 deletions
|
@ -52,7 +52,7 @@ pub use self::Stolen::{Empty, Abort, Data};
|
|||
use std::marker;
|
||||
use std::mem::{forget, align_of, size_of, transmute};
|
||||
use std::ptr;
|
||||
use std::rt::heap::{allocate, deallocate};
|
||||
use alloc::heap::{allocate, deallocate};
|
||||
use std::sync::Arc;
|
||||
|
||||
use std::sync::Mutex;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue