]> git.lizzy.rs Git - rust.git/commitdiff
rustc_lint_defs: Remove apparently unused dependency on tracing (as "log")
authorJosh Triplett <josh@joshtriplett.org>
Fri, 25 Jun 2021 06:32:24 +0000 (23:32 -0700)
committerJosh Triplett <josh@joshtriplett.org>
Fri, 25 Jun 2021 08:12:59 +0000 (01:12 -0700)
Cargo.lock
compiler/rustc_lint_defs/Cargo.toml

index 9a6fbc00b15ea459f174ae5f3fdd4846558c9e93..9d543c40f5539d366f54cee0a1c29db2de7c8b09 100644 (file)
@@ -4040,7 +4040,6 @@ dependencies = [
  "rustc_serialize",
  "rustc_span",
  "rustc_target",
- "tracing",
 ]
 
 [[package]]
index f909f159784cbae36ad53f04e30628c08d175559..292833843e7e8872c69fa84e303f14a8ae3aaef6 100644 (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" }