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: the borrowed expression implements the required traits
--> libsignal-service/src/push_service.rs:1004:13
|
1004 | &link_request,
| ^^^^^^^^^^^^^ help: change this to: `link_request`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args
= note: `#[warn(clippy::needless_borrows_for_generic_args)]` on by default
warning: the borrowed expression implements the required traits
--> libsignal-service/src/push_service.rs:1004:13
|
1004 | &link_request,
| ^^^^^^^^^^^^^ help: change this to: `link_request`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args
= note: `#[warn(clippy::needless_borrows_for_generic_args)]` on by default