mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Make the global options more resilient to unit tests running in parallel.
This commit is contained in:
parent
cb52cc6658
commit
fecb2e3960
7 changed files with 52 additions and 40 deletions
|
@ -4,6 +4,7 @@
|
|||
|
||||
#![feature(alloc)]
|
||||
#![feature(box_syntax)]
|
||||
#![feature(box_raw)]
|
||||
#![feature(core_intrinsics)]
|
||||
#![feature(custom_derive)]
|
||||
#![feature(fnbox)]
|
||||
|
@ -22,6 +23,7 @@
|
|||
#![plugin(serde_macros)]
|
||||
|
||||
#[macro_use] extern crate log;
|
||||
#[macro_use] extern crate lazy_static;
|
||||
|
||||
extern crate azure;
|
||||
extern crate alloc;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue