Skip to content

Commit 86b0169

Browse files
evanlinjinclaude
andcommitted
chore(core): suppress clippy warning for intentional reversed range test
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 8986465 commit 86b0169

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/core/tests/test_checkpoint_skiplist.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ fn test_range_edge_cases() {
207207
}
208208

209209
// Empty range (start > end)
210+
#[allow(clippy::reversed_empty_ranges)]
210211
let empty: Vec<_> = cp.range(300..200).collect();
211212
assert!(empty.is_empty());
212213

0 commit comments

Comments
 (0)