diff options
author | Simon Sapin <simon.sapin@exyr.org> | 2020-05-28 23:05:18 +0200 |
---|---|---|
committer | Simon Sapin <simon.sapin@exyr.org> | 2020-05-29 00:04:34 +0200 |
commit | d4227b5b0d77a4f048648d3697c14e79584b16b8 (patch) | |
tree | 465f50beec7d1b4c1908f54d669cf8472dfcd99a /components/msg | |
parent | c389d7d8c01b43383a83e1036c86c60c3733177e (diff) | |
download | servo-d4227b5b0d77a4f048648d3697c14e79584b16b8.tar.gz servo-d4227b5b0d77a4f048648d3697c14e79584b16b8.zip |
Remove some unused dependency declarations
This is based on compiling with `RUSTFLAGS="-W unused_crate_dependencies"` (CC https://github.com/rust-lang/rust/pull/72342) in a recent Nightly (more so than used in the tree as of this writing, CC https://github.com/servo/servo/issues/26661 for work-arounds).
Only one crate is actually removed from the dependency graph, others are still dependended from other places.
Diffstat (limited to 'components/msg')
-rw-r--r-- | components/msg/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/msg/Cargo.toml b/components/msg/Cargo.toml index 771ca53feb9..fca04434289 100644 --- a/components/msg/Cargo.toml +++ b/components/msg/Cargo.toml @@ -19,7 +19,6 @@ malloc_size_of = { path = "../malloc_size_of" } malloc_size_of_derive = "0.1" parking_lot = "0.10" serde = "1.0.60" -servo_url = { path = "../url" } webrender_api = { git = "https://github.com/servo/webrender" } [dev-dependencies] |