rustc_lint_defs: Remove apparently unused dependency on tracing (as "log")
This commit is contained in:
parent
b836ecd83a
commit
b29b3c1879
2 changed files with 0 additions and 2 deletions
|
@ -4040,7 +4040,6 @@ dependencies = [
|
|||
"rustc_serialize",
|
||||
"rustc_span",
|
||||
"rustc_target",
|
||||
"tracing",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
|
@ -5,7 +5,6 @@ version = "0.0.0"
|
|||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
log = { package = "tracing", version = "0.1" }
|
||||
rustc_ast = { path = "../rustc_ast" }
|
||||
rustc_data_structures = { path = "../rustc_data_structures" }
|
||||
rustc_span = { path = "../rustc_span" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue