-
-
Notifications
You must be signed in to change notification settings - Fork 414
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
Use cow_to_ascii_uppercase
instead
#4124
Conversation
cow_to_ascii_lowercase
insteadcow_to_ascii_uppercase
instead
Good work! Approved. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4124 +/- ##
==========================================
+ Coverage 47.24% 53.79% +6.55%
==========================================
Files 476 485 +9
Lines 46892 48396 +1504
==========================================
+ Hits 22154 26037 +3883
+ Misses 24738 22359 -2379 ☔ 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.
Small suggestion to fix the styling. Aside from that, it looks good!
Co-authored-by: José Julián Espina <[email protected]>
Okay, I've made the changes. |
This Pull Request is part of #4123.
https://rust-lang.github.io/rust-clippy/master/index.html#disallowed_methods
If this PR can be merged, I will continue to use more cow methods in clippy.