From b97ecc29d725ffb0a3932e4d6d1b2a2b9485ffba Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Sun, 13 Apr 2025 14:04:37 -0700 Subject: [PATCH] message fix --- rust/pspp/src/format/parse.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/pspp/src/format/parse.rs b/rust/pspp/src/format/parse.rs index e7f26c3a02..acf0357f3f 100644 --- a/rust/pspp/src/format/parse.rs +++ b/rust/pspp/src/format/parse.rs @@ -62,7 +62,7 @@ enum ParseErrorKind { NonBDCDigit(u8), /// Invalid BCD sign. - #[error("Invalid BCD sign. 0x{0:x}.")] + #[error("Invalid BCD sign 0x{0:x}.")] InvalidBCDSign(u8), /// Day must be between 1 and 31. -- 2.30.2