mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-01-13 00:40:22 +00:00
Also remove env_logger
This commit is contained in:
parent
38070130a8
commit
396c4a4073
2 changed files with 0 additions and 4 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue