Skip to content

manifest typo, and plural time unit #9

manifest typo, and plural time unit

manifest typo, and plural time unit #9

Triggered via push August 20, 2023 10:34
Status Failure
Total duration 2m 27s
Artifacts

check.yml

on: push
stable / fmt
5s
stable / fmt
nightly / doc
38s
nightly / doc
ubuntu / stable / features
38s
ubuntu / stable / features
Matrix: clippy
Matrix: msrv
Fit to window
Zoom out
Zoom in

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
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/
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/