Fix linking as secondary device (#271) #204
Annotations
3 warnings
the borrowed expression implements the required traits:
libsignal-service/src/push_service.rs#L1004
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
|
the borrowed expression implements the required traits:
libsignal-service/src/push_service.rs#L1004
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
|
GitHub Pages
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/cargo@v1, JamesIves/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|