mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-13 20:46:48 +00:00
rustc_lint_defs: Remove apparently unused dependency on tracing (as "log")
This commit is contained in:
parent
b836ecd83a
commit
b29b3c1879
@ -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…
Reference in New Issue
Block a user