Skip to content
This repository was archived by the owner on Dec 6, 2024. It is now read-only.

style: Fix clippy warnings #502

style: Fix clippy warnings

style: Fix clippy warnings #502

Triggered via pull request December 5, 2024 00:02
Status Failure
Total duration 1m 4s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors
this boolean expression can be simplified: src/background_iterator.rs#L96
error: this boolean expression can be simplified --> src/background_iterator.rs:96:21 | 96 | assert!(!(v[i] == 5), "simulated panic"); | ^^^^^^^^^^^^ help: try: `v[i] != 5` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#nonminimal_bool note: the lint level is defined here --> src/lib.rs:13:9 | 13 | #![deny(warnings, unused)] | ^^^^^^^^ = note: `#[deny(clippy::nonminimal_bool)]` implied by `#[deny(warnings)]`
test
Clippy had exited with the 101 exit code