Skip to content

Commit b29b3c1

Browse files
committed
rustc_lint_defs: Remove apparently unused dependency on tracing (as "log")
1 parent b836ecd commit b29b3c1

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Cargo.lock

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4040,7 +4040,6 @@ dependencies = [
40404040
"rustc_serialize",
40414041
"rustc_span",
40424042
"rustc_target",
4043-
"tracing",
40444043
]
40454044

40464045
[[package]]

compiler/rustc_lint_defs/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ version = "0.0.0"
55
edition = "2018"
66

77
[dependencies]
8-
log = { package = "tracing", version = "0.1" }
98
rustc_ast = { path = "../rustc_ast" }
109
rustc_data_structures = { path = "../rustc_data_structures" }
1110
rustc_span = { path = "../rustc_span" }

0 commit comments

Comments
 (0)