1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 03:27:44 +00:00

Merge pull request #4759 from sylvestre/clippy4

fix some clippy warnings in tests
This commit is contained in:
Daniel Hofstetter 2023-05-12 07:15:44 +02:00 committed by GitHub
commit 98fa941250
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 12 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()
};