Skip to content

Rename set_pre_keys_offset_id for consistency

Sign in for the full log view
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

See this annotation in the file changed.

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