Skip to content

Commit 9768e5a

Browse files
committed
Remove a comment
1 parent e990326 commit 9768e5a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/check.rs

-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ pub const fn is_prime(n: u64) -> bool {
6060
(u64::MAX, &[2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37]),
6161
];
6262

63-
// Find the smallest basis that is large enough.
6463
let mut i = 0;
6564
while i < NUM_BASES && WITNESSES[i].0 < n {
6665
i += 1;

0 commit comments

Comments
 (0)