remove -c #5
scheduled.yml
on: push
ubuntu / nightly
1m 11s
ubuntu / beta / updated
6s
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
|