mirror of
https://github.com/uutils/coreutils
synced 2024-12-13 23:02:38 +00:00
refactor/polish ~ fix cargo clippy
complaints (allow enum_variant_names)
This commit is contained in:
parent
5241eca084
commit
a90e1abbd8
1 changed files with 1 additions and 0 deletions
|
@ -58,6 +58,7 @@ pub struct Settings {
|
|||
// 2. Number only nonempty lines
|
||||
// 3. Don't number any lines at all
|
||||
// 4. Number all lines that match a basic regular expression.
|
||||
#[allow(clippy::enum_variant_names)]
|
||||
enum NumberingStyle {
|
||||
NumberForAll,
|
||||
NumberForNonEmpty,
|
||||
|
|
Loading…
Reference in a new issue