Skip to content

Commit 092f26c

Browse files
committed
clippy
1 parent 539c99d commit 092f26c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

turbopack/crates/turbopack-tests/tests/snapshot.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ async fn walk_asset(
492492
.await?
493493
.iter()
494494
.copied()
495-
.flat_map(|asset| ResolvedVc::try_downcast::<Box<dyn OutputAsset>>(asset)),
495+
.flat_map(ResolvedVc::try_downcast::<Box<dyn OutputAsset>>),
496496
);
497497

498498
Ok(())

0 commit comments

Comments
 (0)