mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-14 17:07:17 +00:00
7f185bdef6
New Lint: empty_enum_variants_with_brackets This PR: - adds a new early pass lint that checks for enum variants with no fields that were defined using brackets. **Category: Restriction** - adds relevant UI tests for the new lint. Closes #12007 ``` changelog: New lint: [`empty_enum_variants_with_brackets`] ``` |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |