Remove unused dependency
This commit is contained in:
parent
bbc01bb624
commit
2bde7d21cc
2 changed files with 0 additions and 2 deletions
|
@ -3550,7 +3550,6 @@ version = "0.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"rustc_ast",
|
"rustc_ast",
|
||||||
"rustc_span",
|
"rustc_span",
|
||||||
"rustc_target",
|
|
||||||
"tracing",
|
"tracing",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
@ -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" }
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue