mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-23 01:18:02 +00:00
Follow clippy advice about unreadable literal
This commit is contained in:
@@ -1180,7 +1180,7 @@ declare_error_tests! {
|
||||
}
|
||||
test_wrapping_overflow<Wrapping<u16>> {
|
||||
&[
|
||||
Token::U32(65536),
|
||||
Token::U32(65_536),
|
||||
],
|
||||
"invalid value: integer `65536`, expected u16",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user