We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbc01bb commit 2bde7d2Copy full SHA for 2bde7d2
Cargo.lock
@@ -3550,7 +3550,6 @@ version = "0.0.0"
3550
dependencies = [
3551
"rustc_ast",
3552
"rustc_span",
3553
- "rustc_target",
3554
"tracing",
3555
]
3556
compiler/rustc_ast_pretty/Cargo.toml
@@ -11,4 +11,3 @@ doctest = false
11
tracing = "0.1"
12
rustc_span = { path = "../rustc_span" }
13
rustc_ast = { path = "../rustc_ast" }
14
-rustc_target = { path = "../rustc_target" }
0 commit comments