Remove the unused dependency of style to plugins.

This commit is contained in:
Simon Sapin 2016-12-22 19:54:04 +01:00
parent 1b069de6b2
commit 6dec4580e6
3 changed files with 1 additions and 5 deletions

View file

@ -18,7 +18,7 @@ bindgen = ["libbindgen", "regex"]
servo = ["serde/unstable", "serde", "serde_derive", "heapsize_derive",
"style_traits/servo", "app_units/plugins", "servo_atoms", "html5ever-atoms",
"cssparser/heap_size", "cssparser/serde-serialization",
"plugins", "rayon/unstable", "servo_url/servo"]
"rayon/unstable", "servo_url/servo"]
testing = []
[dependencies]
@ -56,7 +56,6 @@ style_traits = {path = "../style_traits"}
servo_url = {path = "../url"}
time = "0.1"
unicode-segmentation = "0.1.2"
plugins = {path = "../plugins", optional = true}
[dependencies.num_cpus]
optional = true

View file

@ -23,9 +23,7 @@
//! [cssparser]: ../cssparser/index.html
//! [selectors]: ../selectors/index.html
#![cfg_attr(feature = "servo", feature(plugin))]
#![cfg_attr(feature = "servo", feature(proc_macro))]
#![cfg_attr(feature = "servo", plugin(plugins))]
#![deny(warnings)]