Kaynağa Gözat

fud: clippy

epiphany 7 ay önce
ebeveyn
işleme
c00a551db4
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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(),
         }
     }