소스 검색

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(),
         }
     }