rustc_symbol_mangling: Remove unused dependency rustc_ast

Unused since commit 50e1ae15e9
("Use ty::{IntTy,UintTy,FloatTy} in rustc").
This commit is contained in:
Josh Triplett 2021-06-24 23:44:58 -07:00
parent e721e15cd2
commit 7a9d419af9
2 changed files with 0 additions and 2 deletions

View File

@ -4373,7 +4373,6 @@ version = "0.0.0"
dependencies = [
"punycode",
"rustc-demangle",
"rustc_ast",
"rustc_data_structures",
"rustc_hir",
"rustc_middle",

View File

@ -12,7 +12,6 @@ tracing = "0.1"
punycode = "0.4.0"
rustc-demangle = "0.1.18"
rustc_ast = { path = "../rustc_ast" }
rustc_span = { path = "../rustc_span" }
rustc_middle = { path = "../rustc_middle" }
rustc_hir = { path = "../rustc_hir" }