Skip to content

Commit 4008fcf

Browse files
committed
Let me alone clippy
1 parent 2c2e6f0 commit 4008fcf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

roaring/src/bitmap/store/interval_store.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2479,6 +2479,7 @@ mod tests {
24792479

24802480
// Regression test for https://github.com/RoaringBitmap/roaring-rs/issues/352
24812481
#[test]
2482+
#[allow(clippy::iter_nth_zero)]
24822483
fn iter_nth_single_element_intervals() {
24832484
// A RunStore made of single-element intervals {0,0}, {2,2}, ..., {246,246}.
24842485
// nth(123) must return 246 (index 123 in the sequence 0, 2, 4, ...).

0 commit comments

Comments
 (0)