mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-31 04:57:45 +00:00
sort: dedup using compare_by (#2064)
compare_by is the function used for sorting, we should use it for dedup as well.
This commit is contained in:
parent
49c9d8c901
commit
69f4410a8a
8 changed files with 28 additions and 71 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -2293,7 +2293,7 @@ version = "0.0.6"
|
|||
dependencies = [
|
||||
"clap",
|
||||
"fnv",
|
||||
"itertools 0.8.2",
|
||||
"itertools 0.10.0",
|
||||
"rand 0.7.3",
|
||||
"rayon",
|
||||
"semver",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue