1
Fork 0
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:
Sylvestre Ledru 2023-04-20 23:00:46 +02:00
parent 47e61f064c
commit efa361dd7c
5 changed files with 11 additions and 11 deletions

View file

@ -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()
};