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

@ -19,7 +19,6 @@ extern crate cssparser;
extern crate euclid;
#[cfg(feature = "servo")] extern crate heapsize;
#[cfg(feature = "servo")] #[macro_use] extern crate heapsize_derive;
extern crate rustc_serialize;
#[cfg(feature = "servo")] #[macro_use] extern crate serde_derive;
/// Opaque type stored in type-unsafe work queues for parallel layout.