Skip to content

Commit

Permalink
remove ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Dec 5, 2024
1 parent 43b68b1 commit 3677e1c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/next-core/src/app_segment_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -166,10 +166,8 @@ impl NextSegmentConfig {
/// An issue that occurred while parsing the app segment config.
#[turbo_tasks::value(shared)]
pub struct NextSegmentConfigParsingIssue {
// no-resolved-vc(kdy1): I'll resolve this later because it's a complex case.
ident: Vc<AssetIdent>,
detail: ResolvedVc<StyledString>,
// no-resolved-vc(kdy1): I'll resolve this later because it's a complex case.
source: Vc<IssueSource>,
}

Expand Down

0 comments on commit 3677e1c

Please sign in to comment.