-
Notifications
You must be signed in to change notification settings - Fork 332
more clippy cleanups #905
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
more clippy cleanups #905
Conversation
Codecov ReportBase: 81.40% // Head: 81.49% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #905 +/- ##
==========================================
+ Coverage 81.40% 81.49% +0.08%
==========================================
Files 15 15
Lines 3905 3891 -14
==========================================
- Hits 3179 3171 -8
+ Misses 726 720 -6
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. |
Automated performance analysis summaryThis comment was automatically generated given there is performance data available. In summary:
You can check a comparison in detail via the grafana link Comparison between master and gkorland-clippy-cleanup4.Time Period from 30 days ago. (environment used: oss-standalone)
|
* clippt cleanups * replace match with ok_or_else * clean more warnings * clean more code * fix typo errors * fix typo error * fix typo error * remove uneeded deref * more cleanups * format code * fix code example * two more small cleanups * more cleanup * remove uneeded clousre --------- Co-authored-by: filipe oliveira <filipecosta.90@gmail.com> (cherry picked from commit 5648014)
No description provided.