Skip to content

v0.3.7

v0.3.7 #77

GitHub Actions / clippy succeeded May 3, 2024 in 0s

clippy

1 warning

Details

Results

Message level Amount
Internal compiler error 0
Error 0
Warning 1
Note 0
Help 0

Versions

  • rustc 1.80.0-nightly (79734f1db 2024-05-02)
  • cargo 1.80.0-nightly (6087566b3 2024-04-30)
  • clippy 0.1.80 (79734f1 2024-05-02)

Annotations

Check warning on line 29 in src/storage/mod.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unused import: `Error as CacheError`

warning: unused import: `Error as CacheError`
  --> src/storage/mod.rs:29:37
   |
29 | pub use cached::{Backend as Cached, Error as CacheError};
   |                                     ^^^^^^^^^^^^^^^^^^^
   |
   = note: `#[warn(unused_imports)]` on by default