Closed spacebear21 closed 2 weeks ago
This makes clippy happy. Broke it up into one commit per fixed warning for easier review.
I also added a CI linting check which fails if cargo clippy emits any warnings (and confirmed that this works by temporarily reverting a fix here).
cargo clippy
Thanks!
This makes clippy happy. Broke it up into one commit per fixed warning for easier review.
I also added a CI linting check which fails if
cargo clippy
emits any warnings (and confirmed that this works by temporarily reverting a fix here).