Skip to content

Commit 47a266a

Browse files
Allow unreadable literals in tests in internal_math
1 parent 280e8af commit 47a266a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/internal_math.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@ pub(crate) fn primitive_root(m: i32) -> i32 {
226226

227227
#[cfg(test)]
228228
mod tests {
229+
#![allow(clippy::unreadable_literal)]
229230
use crate::internal_math::{inv_gcd, is_prime, pow_mod, primitive_root, safe_mod, Barrett};
230231
use std::collections::HashSet;
231232

0 commit comments

Comments
 (0)