--- a/rust/integral-geometry/src/lib.rs Fri Oct 19 02:19:50 2018 +0300
+++ b/rust/integral-geometry/src/lib.rs Sat Oct 20 13:22:30 2018 +0200
@@ -155,7 +155,7 @@
Some(result)
} else if self.point.x == self.point.y {
self.point.x += 1;
-
+
Some(self.point)
} else {
None