mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-30 20:47:46 +00:00
remove feature use stabilized in 1.51
This commit is contained in:
parent
b08f92cfa5
commit
8b906b9547
1 changed files with 1 additions and 1 deletions
|
@ -424,7 +424,7 @@ impl KeyPosition {
|
|||
| SortMode::GeneralNumeric
|
||||
| SortMode::Month => SortMode::Default,
|
||||
// Only SortMode::Default and SortMode::Version work with dictionary_order and ignore_non_printing
|
||||
m @ (SortMode::Default | SortMode::Version) => m,
|
||||
m @ SortMode::Default | m @ SortMode::Version => m,
|
||||
}
|
||||
}
|
||||
_ => {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue