Skip to content

Commit 4ad8806

Browse files
committed
merge
1 parent c734e6e commit 4ad8806

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

turbopack/crates/turbopack-core/src/introspect/utils.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
use anyhow::Result;
22
use turbo_rcstr::{RcStr, rcstr};
3-
use turbo_tasks::{FxIndexSet, IntoTraitRef, Vc};
3+
use turbo_tasks::{FxIndexSet, Vc};
44
use turbo_tasks_fs::FileContent;
55

66
use super::{

turbopack/crates/turbopack-core/src/reference/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ use anyhow::Result;
44
use bincode::{Decode, Encode};
55
use turbo_rcstr::RcStr;
66
use turbo_tasks::{
7-
FxIndexSet, IntoTraitRef, NonLocalValue, ResolvedVc, TryFlatJoinIterExt, TryJoinIterExt,
8-
ValueToString, Vc, debug::ValueDebugFormat, trace::TraceRawVcs,
7+
FxIndexSet, NonLocalValue, ResolvedVc, TryFlatJoinIterExt, TryJoinIterExt, ValueToString, Vc,
8+
debug::ValueDebugFormat, trace::TraceRawVcs,
99
};
1010

1111
use crate::{

0 commit comments

Comments
 (0)