epiphany hace 7 meses
padre
commit
c00a551db4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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(),
         }
     }