Refactoring ACI/PNI storage types #763
GitHub Actions / clippy
succeeded
Jan 4, 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.74.1 (a28077b28 2023-12-04)
- cargo 1.74.1 (ecb9851af 2023-10-18)
- clippy 0.1.74 (a28077b 2023-12-04)
Annotations
Check warning on line 10 in libsignal-service/src/account_manager.rs
github-actions / clippy
unused import: `ProtocolStore`
warning: unused import: `ProtocolStore`
--> libsignal-service/src/account_manager.rs:10:31
|
10 | PreKeyRecord, PrivateKey, ProtocolStore, PublicKey, SignalProtocolError,
| ^^^^^^^^^^^^^
|
= note: `#[warn(unused_imports)]` on by default
Loading