We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6788245 commit 5e02277Copy full SHA for 5e02277
src/range_map.rs
@@ -281,7 +281,7 @@ mod tests {
281
.map(|&t| t).collect::<Vec<_>>(), vec![19, 19]);
282
283
// A NOP `iter_mut` should trigger merging.
284
- for x in map.iter_mut(Size::from_bytes(15), Size::from_bytes(5)) { }
+ for _ in map.iter_mut(Size::from_bytes(15), Size::from_bytes(5)) { }
285
assert_eq!(map.v.len(), 5);
286
assert_eq!(
287
to_vec(&map, 10, 10),
0 commit comments