about summary refs log tree commit diff
path: root/compiler/rustc_interface
diff options
context:
space:
mode:
authorJosh Triplett <josh@joshtriplett.org>2021-06-24 23:24:00 -0700
committerJosh Triplett <josh@joshtriplett.org>2021-06-25 01:12:59 -0700
commitb836ecd83adfb6b61ebc389a15ed8bbf080ae1ee (patch)
tree636afbdc54cca022738b1017597faf4136c2c014 /compiler/rustc_interface
parent40cc27849af4d955a1737b05a56dd0fe2dfe5ea7 (diff)
downloadrust-b836ecd83adfb6b61ebc389a15ed8bbf080ae1ee.tar.gz
rust-b836ecd83adfb6b61ebc389a15ed8bbf080ae1ee.zip
rustc_interface: Remove unused dependency rustc_index
Unused since commit cd7a011f37c51d6cb367e87c37b4d7bc464da09d
("Don't duplicate the extern providers once for each crate").
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" }