-
Notifications
You must be signed in to change notification settings - Fork 166
cargo clippy tests #352
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cargo clippy tests #352
Conversation
One of the annoying things about
|
There are perhaps a lot of changes here. Each commit is isolated and commutative with the other commits, so you can consider them separately. I'm not sure 12 separate PRs are better than this. If prefer a different form of submission, let me know. |
Codecov Report
@@ Coverage Diff @@
## master #352 +/- ##
==========================================
- Coverage 39.61% 39.61% -0.01%
==========================================
Files 135 135
Lines 59494 59496 +2
==========================================
Hits 23569 23569
- Misses 35925 35927 +2
Continue to review full report at Codecov.
|
1 similar comment
Codecov Report
@@ Coverage Diff @@
## master #352 +/- ##
==========================================
- Coverage 39.61% 39.61% -0.01%
==========================================
Files 135 135
Lines 59494 59496 +2
==========================================
Hits 23569 23569
- Misses 35925 35927 +2
Continue to review full report at Codecov.
|
Yeah, 12 separate PRs would probably have been a bit overkill. This was not hard to review as presented. Thanks for all your work on cleaning up the codebase! |
Okay, so now I've figured out how to
cargo clippy
the tests (and all other targets), and these are the results. The warning type fixes are broken down into separate commits. All changes are, I think, pretty innocent.