mirror of
https://github.com/Llewellynvdm/exa.git
synced 2024-11-21 19:45:11 +00:00
Change pub_enum_variant_names
lint to enum_variant_names
This commit is contained in:
parent
af267ba638
commit
1b844a8dfa
@ -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 {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user