rdme install to end #8
check.yml
on: push
stable / fmt
6s
nightly / doc
46s
ubuntu / stable / features
59s
Matrix: clippy
Matrix: msrv
Annotations
1 error and 4 warnings
ubuntu / 1.56.1
Process completed with exit code 101.
|
useless use of `format!`:
src/main.rs#L167
warning: useless use of `format!`
--> src/main.rs:167:34
|
167 | .map(|k| format!("{}", k))
| ^^^^^^^^^^^^^^^^ help: consider using `.to_string()`: `k.to_string()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_format
= note: `#[warn(clippy::useless_format)]` on by default
|
stable / clippy
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/
|
useless use of `format!`:
src/main.rs#L167
warning: useless use of `format!`
--> src/main.rs:167:34
|
167 | .map(|k| format!("{}", k))
| ^^^^^^^^^^^^^^^^ help: consider using `.to_string()`: `k.to_string()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_format
= note: `#[warn(clippy::useless_format)]` on by default
|
beta / clippy
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/
|