From 396c4a40731a6bc74c85dbf19d125d92a121f516 Mon Sep 17 00:00:00 2001 From: Matthijs Brobbel Date: Thu, 20 Jun 2024 17:03:02 +0200 Subject: [PATCH] Also remove `env_logger` --- Cargo.toml | 1 - tests/compile-fail/singleton_only_for_input.stderr | 3 --- 2 files changed, 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8b4a93f1..767fbbbb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,6 @@ smallvec = "1.0.0" [dev-dependencies] derive-new = "0.5.9" -env_logger = "*" expect-test = "1.4.0" eyre = "0.6.8" notify-debouncer-mini = "0.2.1" diff --git a/tests/compile-fail/singleton_only_for_input.stderr b/tests/compile-fail/singleton_only_for_input.stderr index dbfade51..ce5fcda5 100644 --- a/tests/compile-fail/singleton_only_for_input.stderr +++ b/tests/compile-fail/singleton_only_for_input.stderr @@ -32,9 +32,6 @@ error[E0432]: unresolved imports `common::HasLogger`, `common::Logger` | ^^^^^^^^^ ^^^^^^ no `Logger` in `common` | | | no `HasLogger` in `common` - | - = help: consider importing this struct instead: - env_logger::Logger error[E0412]: cannot find type `MyTracked` in this scope --> tests/compile-fail/singleton_only_for_input.rs:11:21