about summary refs log tree commit diff
path: root/compiler/rustc_driver_impl
diff options
context:
space:
mode:
authorNicholas Nethercote <n.nethercote@gmail.com>2024-06-05 13:37:19 +1000
committerNicholas Nethercote <n.nethercote@gmail.com>2024-06-10 19:55:49 +1000
commit29629d0075c13b9c22b624ca29cc19c512ecb16a (patch)
treed5cf0cdea2dcdcce19f44e9ac70d311794a3529f /compiler/rustc_driver_impl
parenta70b2ae57713ed0e7411c059d582ab382fc4166a (diff)
downloadrust-29629d0075c13b9c22b624ca29cc19c512ecb16a.tar.gz
rust-29629d0075c13b9c22b624ca29cc19c512ecb16a.zip
Remove some unused crate dependencies.
I found these by setting the `unused_crate_dependencies` lint
temporarily to `Warn`.
Diffstat (limited to 'compiler/rustc_driver_impl')
-rw-r--r--compiler/rustc_driver_impl/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_driver_impl/Cargo.toml b/compiler/rustc_driver_impl/Cargo.toml
index 5f7504add8d..91cbffcd707 100644
--- a/compiler/rustc_driver_impl/Cargo.toml
+++ b/compiler/rustc_driver_impl/Cargo.toml
@@ -19,7 +19,6 @@ rustc_errors = { path = "../rustc_errors" }
 rustc_expand = { path = "../rustc_expand" }
 rustc_feature = { path = "../rustc_feature" }
 rustc_fluent_macro = { path = "../rustc_fluent_macro" }
-rustc_hir = { path = "../rustc_hir" }
 rustc_hir_analysis = { path = "../rustc_hir_analysis" }
 rustc_hir_pretty = { path = "../rustc_hir_pretty" }
 rustc_hir_typeck = { path = "../rustc_hir_typeck" }