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

1
Cargo.lock generated
View file

@ -2744,7 +2744,6 @@ dependencies = [
"parking_lot 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
"phf 0.7.20 (registry+https://github.com/rust-lang/crates.io-index)",
"phf_codegen 0.7.20 (registry+https://github.com/rust-lang/crates.io-index)",
"plugins 0.0.1",
"quickersort 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
"rayon 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",