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

@ -24,7 +24,6 @@ lazy_static = "0.2"
log = "0.3.5"
msg = {path = "../msg"}
net_traits = {path = "../net_traits"}
style_traits = {path = "../style_traits"}
parking_lot = {version = "0.3.3", features = ["nightly"]}
plugins = {path = "../plugins"}
profile_traits = {path = "../profile_traits"}

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;