Follow clippy advice about unreadable literal

This commit is contained in:
David Tolnay 2017-10-31 22:42:12 -07:00
parent 2b1303f59c
commit ab0848f780
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -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",
}