Skip to content

Commit f19fd7a

Browse files
committed
Add clippy allow for existing code running afoul of new clippy lint
1 parent 27560f1 commit f19fd7a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -440,6 +440,7 @@ macro_rules! impl_range {
440440

441441
#[inline]
442442
fn size_hint(depth: usize) -> (usize, Option<usize>) {
443+
#[allow(clippy::redundant_closure_call)]
443444
$size_hint_closure(depth)
444445
}
445446
}

0 commit comments

Comments
 (0)