1
Fork 0
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:
Michael Debertol 2021-04-21 18:00:01 +02:00
parent b08f92cfa5
commit 8b906b9547

View file

@ -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,
}
}
_ => {}