mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-24 15:48:00 +00:00
Fix test for untagged unit variant
This commit is contained in:
@@ -795,7 +795,7 @@ declare_tests! {
|
||||
],
|
||||
}
|
||||
test_enum_untagged_unit_from_none {
|
||||
UntaggedUnit::Unit => &[Token::None],
|
||||
EnumUntaggedUnit::Unit => &[Token::None],
|
||||
}
|
||||
test_box {
|
||||
Box::new(0i32) => &[Token::I32(0)],
|
||||
|
||||
Reference in New Issue
Block a user