mirror of
https://github.com/eza-community/eza.git
synced 2025-12-23 05:36:50 +00:00
Change pub_enum_variant_names lint to enum_variant_names
This commit is contained in:
parent
af267ba638
commit
1b844a8dfa
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue