Change `pub_enum_variant_names` lint to `enum_variant_names`

This commit is contained in:
Victor Song 2022-09-30 22:56:50 -04:00
parent af267ba638
commit 1b844a8dfa
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@ impl Column {
/// Formatting options for file sizes.
#[allow(clippy::pub_enum_variant_names)]
#[allow(clippy::enum_variant_names)]
#[derive(PartialEq, Eq, Debug, Copy, Clone)]
pub enum SizeFormat {