We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b836ecd commit b29b3c1Copy full SHA for b29b3c1
Cargo.lock
@@ -4040,7 +4040,6 @@ dependencies = [
4040
"rustc_serialize",
4041
"rustc_span",
4042
"rustc_target",
4043
- "tracing",
4044
]
4045
4046
[[package]]
compiler/rustc_lint_defs/Cargo.toml
@@ -5,7 +5,6 @@ version = "0.0.0"
5
edition = "2018"
6
7
[dependencies]
8
-log = { package = "tracing", version = "0.1" }
9
rustc_ast = { path = "../rustc_ast" }
10
rustc_data_structures = { path = "../rustc_data_structures" }
11
rustc_span = { path = "../rustc_span" }
0 commit comments