Remove unused dependency
This commit is contained in:
parent
bbc01bb624
commit
2bde7d21cc
@ -3550,7 +3550,6 @@ version = "0.0.0"
|
||||
dependencies = [
|
||||
"rustc_ast",
|
||||
"rustc_span",
|
||||
"rustc_target",
|
||||
"tracing",
|
||||
]
|
||||
|
||||
|
@ -11,4 +11,3 @@ doctest = false
|
||||
tracing = "0.1"
|
||||
rustc_span = { path = "../rustc_span" }
|
||||
rustc_ast = { path = "../rustc_ast" }
|
||||
rustc_target = { path = "../rustc_target" }
|
||||
|
Loading…
Reference in New Issue
Block a user