Skip to content

Commit 1ae129d

Browse files
committed
Fix lint
1 parent 9a67353 commit 1ae129d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

turbopack/crates/turbo-tasks/src/manager.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1487,7 +1487,7 @@ impl<B: Backend + 'static> TurboTasksApi for TurboTasks<B> {
14871487
// consistency is currently irrelevant
14881488
_consistency: ReadConsistency,
14891489
) -> Result<Result<RawVc, EventListener>> {
1490-
CURRENT_GLOBAL_TASK_STATE.with(|gts| loop {
1490+
CURRENT_GLOBAL_TASK_STATE.with(|gts| {
14911491
let gts_read = gts.read().unwrap();
14921492
gts_read.assert_task_id(parent_task_id);
14931493
match gts_read.get_local_task(local_task_id) {

0 commit comments

Comments
 (0)