Skip to content

Commit 5e353e0

Browse files
committed
remove extra shadowing
1 parent 7232b84 commit 5e353e0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -780,8 +780,6 @@ impl Runner<'_> {
780780
let runnable = self
781781
.ticker
782782
.runnable_with(|| {
783-
let local_queue = self.state.local_queues.get_or_default();
784-
785783
// Try the local queue.
786784
if let Ok(r) = local_queue.pop() {
787785
return Some(r);

0 commit comments

Comments
 (0)