Skip to content

Commit

Permalink
Remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
mischnic authored and kdy1 committed Dec 3, 2024
1 parent 689502f commit baed0b1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions turbopack/crates/turbopack-node/src/node_entry.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ pub struct NodeRenderingEntry {
pub project_dir: ResolvedVc<FileSystemPath>,
}

// TODO(ResolvedVc): this struct seems to be trivially used in this trait which returns a Vc
// so perhaps it should remain a Vc?
#[turbo_tasks::value(transparent)]
pub struct NodeRenderingEntries(Vec<ResolvedVc<NodeRenderingEntry>>);

Expand Down

0 comments on commit baed0b1

Please sign in to comment.