Skip to content

rdme install

rdme install #10

Triggered via push August 20, 2023 10:36
Status Failure
Total duration 1m 25s
Artifacts

safety.yml

on: push
Fit to window
Zoom out
Zoom in

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