Also remove env_logger

This commit is contained in:
Matthijs Brobbel 2024-06-20 17:03:02 +02:00
parent 38070130a8
commit 396c4a4073
No known key found for this signature in database
GPG key ID: 551189F8515034D3
2 changed files with 0 additions and 4 deletions

View file

@ -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"

View file

@ -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