-
Notifications
You must be signed in to change notification settings - Fork 9
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
Add #![deny(clippy::all)]
to all lib.rs
#453
Conversation
Conformance comparison report
Number passing in both: 5731 Number failing in both: 612 Number passing in Base (6d31b39) but now fail: 0 Number failing in Base (6d31b39) but now pass: 0 |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #453 +/- ##
==========================================
- Coverage 79.26% 79.25% -0.02%
==========================================
Files 66 66
Lines 17752 17765 +13
Branches 17752 17765 +13
==========================================
+ Hits 14072 14080 +8
- Misses 3110 3111 +1
- Partials 570 574 +4 ☔ View full report in Codecov by Sentry. |
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.
Should we consider functions that now have the #[must_use]
annotation as a breaking change?
#![deny(clippy::all)]
to alllib.rs
cargo clippy --fix --all-features; cargo fmt
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.