Skip to content
This repository was archived by the owner on Jan 12, 2026. It is now read-only.

Commit 51f014a

Browse files
committed
clippy
1 parent b2dd42c commit 51f014a

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

crates/op-rbuilder/src/block_stm/executor.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -488,10 +488,9 @@ impl<
488488
);
489489
let wrote_new_path = this.mv_hashmap.record(version, &read_set, &write_set);
490490

491-
let next_task = this
491+
this
492492
.scheduler
493-
.finish_execution(txn_idx, incarnation, wrote_new_path, guard);
494-
next_task
493+
.finish_execution(txn_idx, incarnation, wrote_new_path, guard)
495494
} else {
496495
None
497496
}

0 commit comments

Comments
 (0)