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

better help for mixed_case_hex_literals #14235

Merged
merged 1 commit into from
Mar 4, 2025

Conversation

lapla-cogito
Copy link
Contributor

@lapla-cogito lapla-cogito commented Feb 16, 2025

It can be error-prone for developers to manually change literals with mixed uppercase and lowercase letters into consistently all-lowercase or all-uppercase literals. Therefore, this lint rule should suggest alternative literals.

changelog: [mixed_case_hex_literals]: add alternative suggestions

@rustbot
Copy link
Collaborator

rustbot commented Feb 16, 2025

r? @Alexendoo

rustbot has assigned @Alexendoo.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties label Feb 16, 2025
Copy link
Member

@Alexendoo Alexendoo left a comment

Choose a reason for hiding this comment

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

Thanks!

@Alexendoo Alexendoo added this pull request to the merge queue Mar 3, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Mar 3, 2025
@lapla-cogito lapla-cogito force-pushed the mixedhex_betterhelp branch from 01ee6c4 to 81b1987 Compare March 3, 2025 14:42
@lapla-cogito
Copy link
Contributor Author

I rebased onto the latest master because the Remark test failed in the merge queue, but it looks like it's failing again...

@lapla-cogito lapla-cogito force-pushed the mixedhex_betterhelp branch from 81b1987 to e587a5d Compare March 4, 2025 08:43
@lapla-cogito
Copy link
Contributor Author

Seems the remark CI is fixed now, could you enqueue this again? @Alexendoo

@Alexendoo Alexendoo added this pull request to the merge queue Mar 4, 2025
Merged via the queue into rust-lang:master with commit dd8cf05 Mar 4, 2025
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants