Add optional encryption #73
GitHub Actions / clippy
succeeded
Apr 19, 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.79.0-nightly (e3181b091 2024-04-18)
- cargo 1.79.0-nightly (6f06fe908 2024-04-16)
- clippy 0.1.79 (e3181b0 2024-04-18)
Annotations
Check warning on line 29 in src/storage/mod.rs
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
Loading