From 9e8cdc67299f6b9b7f23d95956c0801cc36de454 Mon Sep 17 00:00:00 2001 From: Gwilym Kuiper Date: Sun, 13 Mar 2022 20:11:43 +0000 Subject: [PATCH] Iter is now exclusive --- agb-fixnum/src/lib.rs | 7 ------- 1 file changed, 7 deletions(-) diff --git a/agb-fixnum/src/lib.rs b/agb-fixnum/src/lib.rs index a7a84f68..efa6586e 100644 --- a/agb-fixnum/src/lib.rs +++ b/agb-fixnum/src/lib.rs @@ -936,19 +936,12 @@ mod tests { (5, 5), (6, 5), (7, 5), - (8, 5), (5, 6), (6, 6), (7, 6), - (8, 6), (5, 7), (6, 7), (7, 7), - (8, 7), - (5, 8), - (6, 8), - (7, 8), - (8, 8), ] ); }