age: Return label set from Recipient::wrap_file_key
#1788
ci.yml
on: push
Bitrot
3m 50s
Clippy (MSRV)
3m 26s
Code coverage
4m 18s
Intra-doc links
3m 19s
Rustfmt
15s
Matrix: build
Matrix: test
Annotations
3 errors and 2 warnings
this expression creates a reference which is immediately dereferenced by the compiler:
age/src/error.rs#L160
error: this expression creates a reference which is immediately dereferenced by the compiler
--> age/src/error.rs:160:20
|
160 | s.push_str(&label);
| ^^^^^^ help: change this to: `label`
|
= note: `-D clippy::needless-borrow` implied by `-D warnings`
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
|
Clippy (MSRV)
Clippy had exited with the 101 exit code
|
this expression creates a reference which is immediately dereferenced by the compiler:
age/src/error.rs#L160
error: this expression creates a reference which is immediately dereferenced by the compiler
--> age/src/error.rs:160:20
|
160 | s.push_str(&label);
| ^^^^^^ help: change this to: `label`
|
= note: `-D clippy::needless-borrow` implied by `-D warnings`
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
|
Clippy (MSRV)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Clippy (MSRV)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|