Skip to content

Merge pull request #56 from yanorei32/renovate/clap-4.x #55

Merge pull request #56 from yanorei32/renovate/clap-4.x

Merge pull request #56 from yanorei32/renovate/clap-4.x #55

Triggered via push January 14, 2024 18:16
Status Success
Total duration 4m 48s
Artifacts

build-image.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 warning
length comparison to zero: src/request_sender.rs#L36
warning: length comparison to zero --> src/request_sender.rs:36:12 | 36 | if clients.len() == 0 { | ^^^^^^^^^^^^^^^^^^ help: using `is_empty` is clearer and more explicit: `clients.is_empty()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#len_zero = note: `#[warn(clippy::len_zero)]` on by default