mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Remove servo feature from servo_config
This commit is contained in:
parent
c857878ce9
commit
e07cf0a8da
10 changed files with 14 additions and 22 deletions
|
@ -10,7 +10,7 @@ extern crate getopts;
|
|||
#[macro_use] extern crate log;
|
||||
extern crate num_cpus;
|
||||
extern crate rustc_serialize;
|
||||
#[cfg(feature = "servo")] #[macro_use] extern crate serde_derive;
|
||||
#[macro_use] extern crate serde_derive;
|
||||
extern crate servo_geometry;
|
||||
extern crate servo_url;
|
||||
extern crate url;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue