-
Notifications
You must be signed in to change notification settings - Fork 810
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 warnings for rust 1.53 #470
fix clippy warnings for rust 1.53 #470
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #470 +/- ##
=======================================
Coverage 82.65% 82.66%
=======================================
Files 165 165
Lines 45563 45550 -13
=======================================
- Hits 37662 37653 -9
+ Misses 7901 7897 -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.
LGTM. Thanks a lot for the cleanup 👍
Thanks, you beat me to this :) |
Thank you @jimexist |
* fix clippy warnings for rust 1.53 * update readme
* fix clippy warnings for rust 1.53 (#470) * fix clippy warnings for rust 1.53 * update readme * Fix up Co-authored-by: Jiayu Liu <Jimexist@users.noreply.github.com>
Which issue does this PR close?
fix clippy warnings for rust 1.53
Closes #467
Rationale for this change
fixing lint changes introduced by rust 1.53 so that
master
branch can be mergeable againWhat changes are included in this PR?
to_*
naming convention lint warnings.collect
thanfrom
Are there any user-facing changes?
no user facing changes