mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +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
|
@ -4,9 +4,12 @@
|
|||
|
||||
#![cfg_attr(test, feature(plugin, custom_derive, heap_api))]
|
||||
#![cfg_attr(test, plugin(plugins))]
|
||||
extern crate util;
|
||||
extern crate libc;
|
||||
#![feature(alloc)]
|
||||
|
||||
extern crate alloc;
|
||||
extern crate euclid;
|
||||
extern crate libc;
|
||||
extern crate util;
|
||||
|
||||
#[cfg(test)] mod cache;
|
||||
#[cfg(test)] mod logical_geometry;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue