about summary refs log tree commit diff
path: root/compiler/rustc_query_system
diff options
context:
space:
mode:
authorNicholas Nethercote <n.nethercote@gmail.com>2024-05-03 11:05:16 +1000
committerNicholas Nethercote <n.nethercote@gmail.com>2024-05-03 15:33:52 +1000
commit9b3ef5404cb6f710ea745e3feb8527d176af86bf (patch)
treed974ffb09d15c9a134dfac3d63d3ace2b70d3781 /compiler/rustc_query_system
parent79734f1db8dbe322192dea32c0f6b80ab14c4c1d (diff)
downloadrust-9b3ef5404cb6f710ea745e3feb8527d176af86bf.tar.gz
rust-9b3ef5404cb6f710ea745e3feb8527d176af86bf.zip
Remove some unneeded `Cargo.toml` dependencies.
I found these with a hacky shell script.
Diffstat (limited to 'compiler/rustc_query_system')
-rw-r--r--compiler/rustc_query_system/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_query_system/Cargo.toml b/compiler/rustc_query_system/Cargo.toml
index 6ea87a4a633..4d845ab0d07 100644
--- a/compiler/rustc_query_system/Cargo.toml
+++ b/compiler/rustc_query_system/Cargo.toml
@@ -19,7 +19,6 @@ rustc_serialize = { path = "../rustc_serialize" }
 rustc_session = { path = "../rustc_session" }
 rustc_span = { path = "../rustc_span" }
 rustc_target = { path = "../rustc_target" }
-rustc_type_ir = { path = "../rustc_type_ir" }
 smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }
 thin-vec = "0.2.12"
 tracing = "0.1"