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 = [
"rustc_ast",
"rustc_span",
"rustc_target",
"tracing",
]

View File

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