1
Fork 0

Remove unused dependency

This commit is contained in:
bjorn3 2020-12-27 18:41:19 +01:00
parent bbc01bb624
commit 2bde7d21cc
2 changed files with 0 additions and 2 deletions

View file

@ -3550,7 +3550,6 @@ version = "0.0.0"
dependencies = [ dependencies = [
"rustc_ast", "rustc_ast",
"rustc_span", "rustc_span",
"rustc_target",
"tracing", "tracing",
] ]

View file

@ -11,4 +11,3 @@ doctest = false
tracing = "0.1" tracing = "0.1"
rustc_span = { path = "../rustc_span" } rustc_span = { path = "../rustc_span" }
rustc_ast = { path = "../rustc_ast" } rustc_ast = { path = "../rustc_ast" }
rustc_target = { path = "../rustc_target" }