mirror of
https://github.com/uutils/coreutils
synced 2025-01-22 01:45:24 +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
|
// 2. Number only nonempty lines
|
||||||
// 3. Don't number any lines at all
|
// 3. Don't number any lines at all
|
||||||
// 4. Number all lines that match a basic regular expression.
|
// 4. Number all lines that match a basic regular expression.
|
||||||
|
#[allow(clippy::enum_variant_names)]
|
||||||
enum NumberingStyle {
|
enum NumberingStyle {
|
||||||
NumberForAll,
|
NumberForAll,
|
||||||
NumberForNonEmpty,
|
NumberForNonEmpty,
|
||||||
|
|
Loading…
Reference in a new issue