Skip to content

Commit 394e1f7

Browse files
committed
clippy
1 parent 81e8ff3 commit 394e1f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

turbopack/crates/turbopack-core/src/chunk/chunk_group.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ pub async fn chunk_group_content(
364364
.async_modules
365365
.iter()
366366
.copied()
367-
.map(|m| AvailableModuleItem::AsyncLoader(m)),
367+
.map(AvailableModuleItem::AsyncLoader),
368368
)
369369
.collect();
370370
let availability_info = availability_info

0 commit comments

Comments
 (0)