Skip to content

Commit

Permalink
chore: fix clippy lints
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Nov 8, 2023
1 parent e0f4558 commit f4330ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/stl/specs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -760,6 +760,7 @@ mod test {
use super::*;

#[test]
#[allow(clippy::inconsistent_digit_grouping)]
fn coin_amount() {
let amount = CoinAmount::with(10_000_436_081_95u64, Precision::default());
assert_eq!(amount.int, 10_000);
Expand Down

0 comments on commit f4330ac

Please sign in to comment.