Skip to content

Commit

Permalink
Remove the unused dependency of style to plugins.
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonSapin committed Dec 22, 2016
1 parent 1b069de commit 6dec458
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions components/style/Cargo.toml
Expand Up @@ -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]
Expand Down Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions components/style/lib.rs
Expand Up @@ -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)]

Expand Down

0 comments on commit 6dec458

Please sign in to comment.