epiphany 7 miesięcy temu
rodzic
commit
c00a551db4
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      bin/fud/fud/src/resource.rs

+ 1 - 1
bin/fud/fud/src/resource.rs

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