mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Remove unused dependency
This commit is contained in:
parent
cf7adcdca5
commit
dca1772086
4 changed files with 0 additions and 4 deletions
|
@ -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"}
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue