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

enum_variant_names should ignore when all prefixes are _ #9032

Merged
merged 3 commits into from
Jun 26, 2022

Conversation

kyoto7250
Copy link
Contributor

close #9018

When Enum prefix is only an underscore, we should not issue warnings.

changelog: fix false positive in enum_variant_names

@rust-highfive
Copy link

r? @llogiq

(rust-highfive has picked a reviewer for you, use r? to override)

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties label Jun 21, 2022
@kyoto7250 kyoto7250 marked this pull request as ready for review June 21, 2022 23:20
@llogiq
Copy link
Contributor

llogiq commented Jun 25, 2022

Thank you for the PR. I only have a few suggestions / questions, otherwise this should be good to merge.

kyoto7250 and others added 2 commits June 26, 2022 15:55
Co-authored-by: llogiq <bogusandre@gmail.com>
@llogiq
Copy link
Contributor

llogiq commented Jun 26, 2022

Thank you!

@bors r+

@bors
Copy link
Collaborator

bors commented Jun 26, 2022

📌 Commit d827b83 has been approved by llogiq

@bors
Copy link
Collaborator

bors commented Jun 26, 2022

⌛ Testing commit d827b83 with merge b5f22ba...

bors added a commit that referenced this pull request Jun 26, 2022
enum_variant_names should ignore when all prefixes are _

close #9018

When Enum prefix is only an underscore, we should not issue warnings.

changelog: fix false positive in enum_variant_names
@bors
Copy link
Collaborator

bors commented Jun 26, 2022

💔 Test failed - checks-action_remark_test

@llogiq
Copy link
Contributor

llogiq commented Jun 26, 2022

It seems there is some markdown error.

@kyoto7250
Copy link
Contributor Author

I created #9055

@xFrednet
Copy link
Member

Since #9055 was merged, we can see if this fixed the error 🙃

@bors retry

@bors
Copy link
Collaborator

bors commented Jun 26, 2022

⌛ Testing commit d827b83 with merge 9b15062...

@bors
Copy link
Collaborator

bors commented Jun 26, 2022

☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test
Approved by: llogiq
Pushing 9b15062 to master...

@bors bors merged commit 9b15062 into rust-lang:master Jun 26, 2022
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.

enum_variant_names shouldn't trigger when all prefixes are _
5 participants