Skip to content

Commit 69d6b96

Browse files
committed
more merge
1 parent 4ad8806 commit 69d6b96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

turbopack/crates/turbopack-ecmascript/src/references/async_module.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ use swc_core::{
77
};
88
use turbo_rcstr::rcstr;
99
use turbo_tasks::{
10-
FxIndexSet, IntoTraitRef, NonLocalValue, ReadRef, ResolvedVc, TryFlatJoinIterExt,
11-
TryJoinIterExt, Vc, trace::TraceRawVcs,
10+
FxIndexSet, NonLocalValue, ReadRef, ResolvedVc, TryFlatJoinIterExt, TryJoinIterExt, Vc,
11+
trace::TraceRawVcs,
1212
};
1313
use turbopack_core::{
1414
chunk::{AsyncModuleInfo, ChunkingContext, ChunkingType},

0 commit comments

Comments
 (0)