瀏覽代碼

fud: clippy

epiphany 7 月之前
父節點
當前提交
c00a551db4
共有 1 個文件被更改,包括 1 次插入1 次删除
  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(),
         }
     }