Skip to content

Commit

Permalink
next-core: ResolvedVc<T>
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Nov 28, 2024
1 parent 01c05af commit 6ecfba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/next-core/src/util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ impl ValueDefault for NextSourceConfig {
/// An issue that occurred while parsing the page config.
#[turbo_tasks::value(shared)]
pub struct NextSourceConfigParsingIssue {
ident: Vc<AssetIdent>,
ident: ResolvedVc<AssetIdent>,
detail: ResolvedVc<StyledString>,
}

Expand Down

0 comments on commit 6ecfba9

Please sign in to comment.