mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
Fix some trivial clippy warnings
This commit is contained in:
parent
47e61f064c
commit
efa361dd7c
5 changed files with 11 additions and 11 deletions
|
@ -1239,7 +1239,7 @@ fn test_ls_long_total_size() {
|
|||
("long_si", "total 8.2k"),
|
||||
]
|
||||
.iter()
|
||||
.cloned()
|
||||
.copied()
|
||||
.collect()
|
||||
} else {
|
||||
[
|
||||
|
@ -1248,7 +1248,7 @@ fn test_ls_long_total_size() {
|
|||
("long_si", "total 2"),
|
||||
]
|
||||
.iter()
|
||||
.cloned()
|
||||
.copied()
|
||||
.collect()
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue