removed rustc_serialize in style tests

This commit is contained in:
Manuel Hässig 2017-10-02 12:52:33 +02:00
parent 086c48210c
commit 93cee84f9f
4 changed files with 8 additions and 7 deletions

View file

@ -11,8 +11,8 @@ extern crate euclid;
#[macro_use] extern crate html5ever;
extern crate parking_lot;
extern crate rayon;
extern crate rustc_serialize;
extern crate selectors;
extern crate serde_json;
extern crate servo_arc;
extern crate servo_atoms;
extern crate servo_config;