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
{{ message }}
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.
CI isn't running Clippy over the tests configuration. There are lots of good warnings there, such as unnecessary clones that may be slowing execution down, and float comparisons that might add instability.
Steps to reproduce:
cargo clippy --tests
Proposed Solution
Fix the warnings and errors. Once all fixed, enable the tests configuration (only) in CI.
The text was updated successfully, but these errors were encountered:
Problem
CI isn't running Clippy over the tests configuration. There are lots of good warnings there, such as unnecessary clones that may be slowing execution down, and float comparisons that might add instability.
Steps to reproduce:
cargo clippy --tests
Proposed Solution
Fix the warnings and errors. Once all fixed, enable the tests configuration (only) in CI.
The text was updated successfully, but these errors were encountered: