rdme install #10
Annotations
2 errors and 2 warnings
loom
Process completed with exit code 101.
|
sanitizers
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
|
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
|