mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-08-04 15:07:47 +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…
Add table
Add a link
Reference in a new issue