Skip to content

Commit 7a9d419

Browse files
committed
rustc_symbol_mangling: Remove unused dependency rustc_ast
Unused since commit 50e1ae1 ("Use ty::{IntTy,UintTy,FloatTy} in rustc").
1 parent e721e15 commit 7a9d419

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Cargo.lock

-1
Original file line numberDiff line numberDiff line change
@@ -4373,7 +4373,6 @@ version = "0.0.0"
43734373
dependencies = [
43744374
"punycode",
43754375
"rustc-demangle",
4376-
"rustc_ast",
43774376
"rustc_data_structures",
43784377
"rustc_hir",
43794378
"rustc_middle",

compiler/rustc_symbol_mangling/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ tracing = "0.1"
1212
punycode = "0.4.0"
1313
rustc-demangle = "0.1.18"
1414

15-
rustc_ast = { path = "../rustc_ast" }
1615
rustc_span = { path = "../rustc_span" }
1716
rustc_middle = { path = "../rustc_middle" }
1817
rustc_hir = { path = "../rustc_hir" }

0 commit comments

Comments
 (0)