about summary refs log tree commit diff
path: root/compiler/rustc_interface
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_interface
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_interface')
-rw-r--r--compiler/rustc_interface/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_interface/Cargo.toml b/compiler/rustc_interface/Cargo.toml
index 194464dd0bf..85493978d9d 100644
--- a/compiler/rustc_interface/Cargo.toml
+++ b/compiler/rustc_interface/Cargo.toml
@@ -31,7 +31,6 @@ rustc_codegen_ssa = { path = "../rustc_codegen_ssa" }
 rustc_symbol_mangling = { path = "../rustc_symbol_mangling" }
 rustc_codegen_llvm = { path = "../rustc_codegen_llvm", optional = true }
 rustc_hir = { path = "../rustc_hir" }
-rustc_index = { path = "../rustc_index" }
 rustc_metadata = { path = "../rustc_metadata" }
 rustc_mir = { path = "../rustc_mir" }
 rustc_mir_build = { path = "../rustc_mir_build" }