Skip to content

Commit

Permalink
turbopack-core: ResolvedVc<T>
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Nov 28, 2024
1 parent 87a90e3 commit 21a5fb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions turbopack/crates/turbopack-core/src/chunk/chunking.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ use crate::output::OutputAssets;

#[turbo_tasks::value]
struct ChunkItemInfo {
ty: Vc<Box<dyn ChunkType>>,
name: Vc<RcStr>,
ty: ResolvedVc<Box<dyn ChunkType>>,
name: ResolvedVc<RcStr>,
size: usize,
}

Expand Down

0 comments on commit 21a5fb4

Please sign in to comment.