Skip to content

Conversation

@Alexendoo
Copy link
Member

changelog: [enum_variant_names]: Fix #[allow] attributes applied directly to the enum variant

Fixes #10695

@rustbot
Copy link
Collaborator

rustbot commented Apr 22, 2023

r? @flip1995

(rustbot has picked a reviewer for you, use r? to override)

@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties label Apr 22, 2023
@flip1995
Copy link
Member

@bors r+

Thanks!

@bors
Copy link
Contributor

bors commented Apr 23, 2023

📌 Commit 397f36a has been approved by flip1995

It is now in the queue for this repository.

@flip1995
Copy link
Member

@bors r+

Thanks!

@bors
Copy link
Contributor

bors commented Apr 23, 2023

💡 This pull request was already approved, no need to approve it again.

@bors
Copy link
Contributor

bors commented Apr 23, 2023

📌 Commit 397f36a has been approved by flip1995

It is now in the queue for this repository.

@bors
Copy link
Contributor

bors commented Apr 23, 2023

⌛ Testing commit 397f36a with merge c098246...

bors added a commit that referenced this pull request Apr 23, 2023
Fix `#[allow(clippy::enum_variant_names)]` directly on variants

changelog: [`enum_variant_names`]: Fix `#[allow]` attributes applied directly to the enum variant

Fixes #10695
@bors
Copy link
Contributor

bors commented Apr 23, 2023

⌛ Testing commit 397f36a with merge 9824234...

@bors
Copy link
Contributor

bors commented Apr 23, 2023

☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test
Approved by: flip1995
Pushing 9824234 to master...

1 similar comment
@bors
Copy link
Contributor

bors commented Apr 23, 2023

☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test
Approved by: flip1995
Pushing 9824234 to master...

@bors bors merged commit 9824234 into rust-lang:master Apr 23, 2023
@Alexendoo Alexendoo deleted the allow-enum-variant-names branch April 23, 2023 11:02
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.

#[allow(clippy::enum_variant_names)] not recognized when applied to individual variants

4 participants