aboutsummaryrefslogtreecommitdiffstats
path: root/lib/warden-core/src/google/parser/money.rs
diff options
context:
space:
mode:
authorrtkay123 <dev@kanjala.com>2025-08-18 22:29:05 +0200
committerGitHub <noreply@github.com>2025-08-18 22:29:05 +0200
commit9c1aff826590c66bacfb6b6b9c0c65c839783383 (patch)
treefcabd15079fd014a7c8a2115444303bf9323d702 /lib/warden-core/src/google/parser/money.rs
parent60e0003ebb26ba31075ba047b6d15af1a4f29bbb (diff)
downloadwarden-9c1aff826590c66bacfb6b6b9c0c65c839783383.tar.bz2
warden-9c1aff826590c66bacfb6b6b9c0c65c839783383.zip
ci: lint (#11)HEADmaster
Diffstat (limited to 'lib/warden-core/src/google/parser/money.rs')
-rw-r--r--lib/warden-core/src/google/parser/money.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/warden-core/src/google/parser/money.rs b/lib/warden-core/src/google/parser/money.rs
index a703a4a..c12bfb1 100644
--- a/lib/warden-core/src/google/parser/money.rs
+++ b/lib/warden-core/src/google/parser/money.rs
@@ -172,7 +172,7 @@ mod tests {
#[test]
fn test_round_trip_conversion() {
- let original = 1234.567_890_123;
+ let original = 1_234.567_890_123;
let money = Money::try_from((original, "USD")).unwrap();
let back: f64 = money.into();
assert!(