Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
madsmtm committed Dec 23, 2024
1 parent 3245318 commit e84e493
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/dispatch2/src/once.rs
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ mod tests {
once.call_once(|| call_count += 1);
}

#[allow(clippy::redundant_locals)]
let once = once;
for _ in 0..10 {
once.call_once(|| call_count += 1);
Expand Down

0 comments on commit e84e493

Please sign in to comment.