-
Notifications
You must be signed in to change notification settings - Fork 48
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
Clippy Fixes for latest rust (1.67) #171
Clippy Fixes for latest rust (1.67) #171
Conversation
Codecov ReportBase: 25.95% // Head: 25.71% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #171 +/- ##
==========================================
- Coverage 25.95% 25.71% -0.24%
==========================================
Files 16 16
Lines 2416 2399 -17
==========================================
- Hits 627 617 -10
+ Misses 1789 1782 -7
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Fix clippy lint errors for rust 1.67 Signed-off-by: James Sturtevant <[email protected]>
Fix clippy lint errors for rust 1.67 for codegen Signed-off-by: James Sturtevant <[email protected]>
60d4be4
to
5eec980
Compare
There is a problem with the title of the second commit. |
158c5e0
to
4ad4088
Compare
Fix clippy lint errors for rust 1.67 for macos Signed-off-by: James Sturtevant <[email protected]>
rustfmt updates for 1.67 in codegen Signed-off-by: James Sturtevant <[email protected]>
updated |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, Thanks @jsturtevant
Fixes linter by running
cargo clippy --fix --all-features
after updating to latest rust tool chain withrustup update stable
which is run in CI.Fixes building from main branch: