Remove rustc-serialize from style and style_traits

This commit is contained in:
Anthony Ramine 2017-02-23 21:47:23 +01:00
parent 56a99577b3
commit 8a8ee2888c
9 changed files with 4 additions and 10 deletions

View file

@ -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;