Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Nov 30, 2024
1 parent 77bcaba commit 40858c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ impl Module for SideEffectsModule {
for &side_effect in self.side_effects.iter() {
references.push(ResolvedVc::upcast(
SingleChunkableModuleReference::new(
Vc::upcast(side_effect),
*ResolvedVc::upcast(side_effect),
Vc::cell(RcStr::from("side effect")),
)
.to_resolved()
Expand Down

0 comments on commit 40858c2

Please sign in to comment.