Skip to content
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 stable clippy::upper_case_acronyms #1239

Merged
merged 2 commits into from
Oct 18, 2021
Merged

fix stable clippy::upper_case_acronyms #1239

merged 2 commits into from
Oct 18, 2021

Conversation

q9f
Copy link
Contributor

@q9f q9f commented Sep 30, 2021

Fix Clippy stable for situations, where two acronyms could become contiguous.

See: https://rust-lang.github.io/rust-clippy/master/index.html#upper_case_acronyms

After #1228 is merged.

I know you had this in place for a reason, but honestly, I don't think it really matters for URL vs. Url or CLI vs. Cli. I would slightly lean towards fixing the lint and renaming the acronyms to strict camel case.

@q9f q9f marked this pull request as ready for review October 5, 2021 16:19
@q9f q9f requested a review from a user October 5, 2021 16:19
Copy link
Contributor

@connormullett connormullett left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@q9f q9f merged commit 5006e62 into main Oct 18, 2021
@q9f q9f deleted the q9f/clippy/uppercasenyms branch October 18, 2021 14:16
@q9f q9f mentioned this pull request Jan 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants