Skip to content

Commit f16bad2

Browse files
committed
modint: allow(clippy::unreadable_literal)
1 parent 95359a8 commit f16bad2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/modint.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1050,6 +1050,7 @@ impl_folding! {
10501050

10511051
#[cfg(test)]
10521052
mod tests {
1053+
#![allow(clippy::unreadable_literal)]
10531054
use crate::modint::ModInt;
10541055
use crate::modint::ModInt1000000007;
10551056

0 commit comments

Comments
 (0)