-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
refactor(cubesql): Fix clippy warnings in cubesql, part 1 #9052
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #9052 +/- ##
=======================================
Coverage 83.16% 83.16%
=======================================
Files 225 225
Lines 80553 80531 -22
=======================================
- Hits 66992 66977 -15
+ Misses 13561 13554 -7
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
1fd6ca0
to
515d19c
Compare
a31cde7
to
01285d5
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.
👍🏻 Cool!
01285d5
to
674dab6
Compare
Check List
Description of Changes Made (if issue reference is not provided)
Just a bunch of small clippy fixes around the codebase, targeted to enable more rules