diff options
| author | Nicholas Nethercote <n.nethercote@gmail.com> | 2023-10-26 17:12:57 +1100 |
|---|---|---|
| committer | Nicholas Nethercote <n.nethercote@gmail.com> | 2023-10-28 09:03:51 +1100 |
| commit | 98c469ce933612e9688f6b5a2ed9f83c1bb028ac (patch) | |
| tree | 91c94f598f539661da4d69c82b85bfb24d76815d /compiler/rustc_interface | |
| parent | 59bb9505bc0d0c9fbf9b5daf052bf033b63e5cc0 (diff) | |
| download | rust-98c469ce933612e9688f6b5a2ed9f83c1bb028ac.tar.gz rust-98c469ce933612e9688f6b5a2ed9f83c1bb028ac.zip | |
Remove an unneeded dependency.
Diffstat (limited to 'compiler/rustc_interface')
| -rw-r--r-- | compiler/rustc_interface/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_interface/Cargo.toml b/compiler/rustc_interface/Cargo.toml index ae008674d01..b280665057c 100644 --- a/compiler/rustc_interface/Cargo.toml +++ b/compiler/rustc_interface/Cargo.toml @@ -26,7 +26,6 @@ rustc_middle = { path = "../rustc_middle" } rustc_ast_lowering = { path = "../rustc_ast_lowering" } rustc_ast_passes = { path = "../rustc_ast_passes" } rustc_incremental = { path = "../rustc_incremental" } -rustc_index = { path = "../rustc_index" } rustc_traits = { path = "../rustc_traits" } rustc_data_structures = { path = "../rustc_data_structures" } rustc_codegen_ssa = { path = "../rustc_codegen_ssa" } |
