-
Notifications
You must be signed in to change notification settings - Fork 110
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
fix(clippy): Fix new lints in nightly clippy #5959
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #5959 +/- ##
==========================================
+ Coverage 78.06% 78.11% +0.04%
==========================================
Files 311 311
Lines 38919 38914 -5
==========================================
+ Hits 30384 30398 +14
+ Misses 8535 8516 -19 |
e5985ea
to
577cd7b
Compare
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.
Thank you for the proactive fixes!
Motivation
We regularly fix new clippy lints to make new Rust releases easier to upgrade to, and to make Zebra easier to maintain.
Solution
Review
Anyone can review this PR, it is a low priority.
Reviewer Checklist