Remove unused dependency

This commit is contained in:
Simon Sapin 2016-11-18 17:16:54 +01:00
parent cf7adcdca5
commit dca1772086
4 changed files with 0 additions and 4 deletions

View file

@ -42,7 +42,6 @@ extern crate selectors;
extern crate serde_json;
extern crate servo_url;
extern crate style;
extern crate style_traits;
extern crate util;
extern crate webrender_traits;