Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra authored Jan 10, 2024
1 parent 522c814 commit c200225
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions crates/turbo-tasks/src/manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -489,10 +489,9 @@ impl<B: Backend + 'static> TurboTasks<B> {
});
this.backend.task_execution_result(task_id, result, &*this);
let stateful = this.finish_current_task_state();
let reexecute = this.backend.task_execution_completed(
this.backend.task_execution_completed(
task_id, duration, instant, stateful, &*this,
);
reexecute
)
}
.instrument(span)
.await
Expand Down

0 comments on commit c200225

Please sign in to comment.