Skip to content

Commit 40cc278

Browse files
committed
rustc_infer: Remove unused dependency rustc_ast
Unused since commit 50e1ae1 ("Use ty::{IntTy,UintTy,FloatTy} in rustc").
1 parent b060ba9 commit 40cc278

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Cargo.lock

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3940,7 +3940,6 @@ dependencies = [
39403940
name = "rustc_infer"
39413941
version = "0.0.0"
39423942
dependencies = [
3943-
"rustc_ast",
39443943
"rustc_data_structures",
39453944
"rustc_errors",
39463945
"rustc_hir",

compiler/rustc_infer/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,3 @@ rustc_serialize = { path = "../rustc_serialize" }
2020
rustc_span = { path = "../rustc_span" }
2121
rustc_target = { path = "../rustc_target" }
2222
smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }
23-
rustc_ast = { path = "../rustc_ast" }

0 commit comments

Comments
 (0)