rustc_lint_defs: Remove apparently unused dependency on tracing (as "log")

This commit is contained in:
Josh Triplett 2021-06-24 23:32:24 -07:00
parent b836ecd83a
commit b29b3c1879
2 changed files with 0 additions and 2 deletions

View File

@ -4040,7 +4040,6 @@ dependencies = [
"rustc_serialize",
"rustc_span",
"rustc_target",
"tracing",
]
[[package]]

View File

@ -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" }