fud: clippy

This commit is contained in:
epiphany
2026-01-01 21:49:37 +00:00
parent fdbc1fb19c
commit c00a551db4

View File

@@ -202,7 +202,7 @@ impl Resource {
} }
chunks chunks
} }
FileSelection::All => chunked.iter().cloned().map(|c| c.hash).collect(), FileSelection::All => chunked.iter().map(|c| c.hash).collect(),
} }
} }