Skip to content

Commit a832748

Browse files
committed
clippy
1 parent dd8f851 commit a832748

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/next-api/src/routes_hashes_manifest.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ impl Asset for RoutesHashesManifestAsset {
274274
}
275275
}
276276

277-
let entrypoint_hashes_values = entrypoint_hashes.values().map(|v| *v).try_join().await?;
277+
let entrypoint_hashes_values = entrypoint_hashes.values().copied().try_join().await?;
278278

279279
let mainfest = serde_json::to_string_pretty(&RoutesHashesManifest {
280280
routes: entrypoint_hashes

0 commit comments

Comments
 (0)