Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed Jul 18, 2024
1 parent b989b2a commit e166db5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/turbo-tasks-memory/src/task.rs
Original file line number Diff line number Diff line change
Expand Up @@ -875,7 +875,7 @@ impl Task {
) {
let mut state = self.full_state_mut();
match state.state_type {
InProgress(state) if state.stale => {
InProgress(ref state) if state.stale => {
// We don't want to assign the output cell here
// as we want to avoid unnecessary updates
// TODO maybe this should be controlled by a heuristic
Expand Down

0 comments on commit e166db5

Please sign in to comment.