Skip to content

Commit e84e493

Browse files
committed
Fix CI
1 parent 3245318 commit e84e493

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/dispatch2/src/once.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ mod tests {
232232
once.call_once(|| call_count += 1);
233233
}
234234

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

0 commit comments

Comments
 (0)