about summary refs log tree commit diff
path: root/compiler/rustc_data_structures
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2021-07-01 03:49:47 +0000
committerbors <bors@rust-lang.org>2021-07-01 03:49:47 +0000
commit1034282bca4402b2a9d913c981002c45dc3e2425 (patch)
treece56e1ea4bc3262103814e4926bf595f6fa98eae /compiler/rustc_data_structures
parent866335b337964c79372cd6b1b1213f168efd311f (diff)
parent7a9d419af978492da3c678e18db245613f1f2bed (diff)
downloadrust-1034282bca4402b2a9d913c981002c45dc3e2425.tar.gz
rust-1034282bca4402b2a9d913c981002c45dc3e2425.zip
Auto merge of #86617 - joshtriplett:prune-dependencies, r=Mark-Simulacrum
Remove unused dependencies from compiler crates

Various compiler crates have dependencies that they don't appear to use. I used some scripting to detect such dependencies, filtered them based on some manual review, and removed those that do indeed appear to be entirely unused.
Diffstat (limited to 'compiler/rustc_data_structures')
-rw-r--r--compiler/rustc_data_structures/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_data_structures/Cargo.toml b/compiler/rustc_data_structures/Cargo.toml
index c35a164bb33..112b94f6e0e 100644
--- a/compiler/rustc_data_structures/Cargo.toml
+++ b/compiler/rustc_data_structures/Cargo.toml
@@ -17,7 +17,6 @@ rustc_serialize = { path = "../rustc_serialize" }
 rustc_macros = { path = "../rustc_macros" }
 rustc_graphviz = { path = "../rustc_graphviz" }
 cfg-if = "0.1.2"
-crossbeam-utils = { version = "0.8", features = ["nightly"] }
 stable_deref_trait = "1.0.0"
 rayon = { version = "0.3.1", package = "rustc-rayon" }
 rayon-core = { version = "0.3.1", package = "rustc-rayon-core" }