Skip to content

Commit

Permalink
fix merge conflict (vercel#69690)
Browse files Browse the repository at this point in the history
### What?

fix merge conflict
  • Loading branch information
sokra authored Sep 4, 2024
1 parent 3b567f1 commit 7fc8076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion turbopack/crates/turbo-tasks/src/raw_vc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ impl RawVc {
pub fn is_transient(&self) -> bool {
match self {
RawVc::TaskOutput(task) | RawVc::TaskCell(task, _) => task.is_transient(),
RawVc::LocalCell(_, _) => true,
RawVc::LocalOutput(_, _) | RawVc::LocalCell(_, _) => true,
}
}

Expand Down

0 comments on commit 7fc8076

Please sign in to comment.