-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Fix #[allow(clippy::enum_variant_names)] directly on variants
#10696
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
Conversation
|
r? @flip1995 (rustbot has picked a reviewer for you, use r? to override) |
|
@bors r+ Thanks! |
|
@bors r+ Thanks! |
|
💡 This pull request was already approved, no need to approve it again. |
Fix `#[allow(clippy::enum_variant_names)]` directly on variants changelog: [`enum_variant_names`]: Fix `#[allow]` attributes applied directly to the enum variant Fixes #10695
|
☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test |
1 similar comment
|
☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test |
changelog: [
enum_variant_names]: Fix#[allow]attributes applied directly to the enum variantFixes #10695