Auto merge of #15712 - nox:rustc-serialize, r=metajack

Remove rustc-serialize from style and style_traits

<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/15712)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2017-02-23 19:19:34 -08:00 committed by GitHub
commit f9f55789b8
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.