Skip to content

remove -c

remove -c #5

Triggered via push August 20, 2023 10:18
Status Success
Total duration 1m 20s
Artifacts

scheduled.yml

on: push
ubuntu / nightly
1m 11s
ubuntu / nightly
ubuntu / beta / updated
6s
ubuntu / beta / updated
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
useless use of `format!`: src/main.rs#L171
warning: useless use of `format!` --> src/main.rs:171:34 | 171 | .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
useless use of `format!`: src/main.rs#L171
warning: useless use of `format!` --> src/main.rs:171:34 | 171 | .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