rust-clippy
rust-clippy copied to clipboard
Fix `empty_enum_variants_with_brackets` misses removing brackets in patterns
Closes rust-lang/rust-clippy#16157
changelog: [empty_enum_variants_with_brackets] fix missing to remove brackets in patterns
r? @samueltardieu
rustbot has assigned @samueltardieu. 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
Lintcheck changes for 96423581b2c5d792f25d5c6aab72c9d40d50980e
| Lint | Added | Removed | Changed |
|---|---|---|---|
clippy::empty_enum_variants_with_brackets |
0 | 1 | 0 |
This comment will be updated if you push new changes
Reminder, once the PR becomes ready for a review, use @rustbot ready.
Added. Thank you!