rust/clippy_lints
bors 9b150625a9 Auto merge of #9032 - kyoto7250:issue_9018, r=llogiq
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
2022-06-26 16:11:06 +00:00
..
2022-06-21 14:04:37 -04:00

This crate contains Clippy lints. For the main crate, check GitHub.