You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
warning: useless conversion to the same type: `libsignal_protocol::DeviceId`
--> libsignal-service/src/sender.rs:653:25
|
653 | device_id.into(),
| ^^^^^^^^^^^^^^^^ help: consider removing `.into()`: `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
warning: useless conversion to the same type: `libsignal_protocol::DeviceId`
--> libsignal-service/src/sender.rs:653:25
|
653 | device_id.into(),
| ^^^^^^^^^^^^^^^^ help: consider removing `.into()`: `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