mirror of
https://github.com/sharkdp/fd
synced 2024-11-05 16:58:21 +00:00
Fix (pointless) clippy suggestion
This commit is contained in:
parent
74d6990b4e
commit
941f712975
1 changed files with 1 additions and 1 deletions
|
@ -1510,7 +1510,7 @@ fn test_exec_batch_multi() {
|
|||
.lines()
|
||||
.map(|l| {
|
||||
let mut words: Vec<_> = l.split_whitespace().collect();
|
||||
words.sort();
|
||||
words.sort_unstable();
|
||||
words
|
||||
})
|
||||
.collect();
|
||||
|
|
Loading…
Reference in a new issue