Skip to content

Bump libsignal client to 0.62 #1071

Bump libsignal client to 0.62

Bump libsignal client to 0.62 #1071

GitHub Actions / clippy succeeded Nov 16, 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.82.0 (f6e511eec 2024-10-15)
  • cargo 1.82.0 (8f40fc59f 2024-08-21)
  • clippy 0.1.82 (f6e511e 2024-10-15)

Annotations

Check warning on line 820 in src/account_manager.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

useless conversion to the same type: `libsignal_protocol::DeviceId`

warning: useless conversion to the same type: `libsignal_protocol::DeviceId`
   --> src/account_manager.rs:820:21
    |
820 |                     local_device_id.into(),
    |                     ^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `.into()`: `local_device_id`
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion
    = note: `#[warn(clippy::useless_conversion)]` on by default