Skip to content

Commit 2bde7d2

Browse files
committed
Remove unused dependency
1 parent bbc01bb commit 2bde7d2

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
@@ -3550,7 +3550,6 @@ version = "0.0.0"
35503550
dependencies = [
35513551
"rustc_ast",
35523552
"rustc_span",
3553-
"rustc_target",
35543553
"tracing",
35553554
]
35563555

compiler/rustc_ast_pretty/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,3 @@ doctest = false
1111
tracing = "0.1"
1212
rustc_span = { path = "../rustc_span" }
1313
rustc_ast = { path = "../rustc_ast" }
14-
rustc_target = { path = "../rustc_target" }

0 commit comments

Comments
 (0)