We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81e8ff3 commit 394e1f7Copy full SHA for 394e1f7
turbopack/crates/turbopack-core/src/chunk/chunk_group.rs
@@ -364,7 +364,7 @@ pub async fn chunk_group_content(
364
.async_modules
365
.iter()
366
.copied()
367
- .map(|m| AvailableModuleItem::AsyncLoader(m)),
+ .map(AvailableModuleItem::AsyncLoader),
368
)
369
.collect();
370
let availability_info = availability_info
0 commit comments