mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Remove rustc-serialize from style and style_traits
This commit is contained in:
parent
56a99577b3
commit
8a8ee2888c
9 changed files with 4 additions and 10 deletions
|
@ -67,7 +67,6 @@ extern crate parking_lot;
|
|||
extern crate pdqsort;
|
||||
extern crate phf;
|
||||
extern crate rayon;
|
||||
extern crate rustc_serialize;
|
||||
extern crate selectors;
|
||||
#[cfg(feature = "servo")] #[macro_use] extern crate serde_derive;
|
||||
#[cfg(feature = "servo")] #[macro_use] extern crate servo_atoms;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue