mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-07 22:04:03 -05:00
fud: clippy
This commit is contained in:
@@ -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(),
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user