Skip to content

Commit

Permalink
Update turbopack/crates/turbo-tasks/src/effect.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
mischnic authored Nov 19, 2024
1 parent fb1e544 commit 193a34f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion turbopack/crates/turbo-tasks/src/effect.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ pub fn effect(future: impl Future<Output = Result<()>> + Send + Sync + 'static)
/// ```
pub async fn apply_effects(source: impl CollectiblesSource) -> Result<()> {
let effects: AutoSet<Vc<Box<dyn Effect>>> = source.take_collectibles();
println!("apply_effects {:?}", effects);
if effects.is_empty() {
return Ok(());
}
Expand Down

0 comments on commit 193a34f

Please sign in to comment.