mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-06-13 11:21:01 +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>> {
|
test_wrapping_overflow<Wrapping<u16>> {
|
||||||
&[
|
&[
|
||||||
Token::U32(65536),
|
Token::U32(65_536),
|
||||||
],
|
],
|
||||||
"invalid value: integer `65536`, expected u16",
|
"invalid value: integer `65536`, expected u16",
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user