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.
2 parents b2508a5 + 4ff63b8 commit 8813346Copy full SHA for 8813346
adventutil/src/grid/iter.rs
@@ -384,7 +384,7 @@ impl Iterator for NeighborCoords {
384
}
385
386
fn size_hint(&self) -> (usize, Option<usize>) {
387
- self.inner.size_hint()
+ (0, self.inner.size_hint().1)
388
389
390
@@ -420,7 +420,7 @@ impl Iterator for AdjacentCoords {
420
421
422
423
424
425
426
0 commit comments