You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Multiple warnings and errors from cargo clippy --tests
We can add lints for unit tests to to CI
cargo clippy --tests --fix should fix most of the issues. Clippy errors will need to be fixed manually (e.g. there's an error for an if in run.rs with identical blocks).
The text was updated successfully, but these errors were encountered:
theJasonFan
changed the title
Clippy errors and warnings for tests
Clippy throwing errors and warnings for tests
Feb 21, 2024
cargo clippy --tests
cargo clippy --tests --fix
should fix most of the issues. Clippy errors will need to be fixed manually (e.g. there's an error for anif
inrun.rs
with identical blocks).The text was updated successfully, but these errors were encountered: