mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-07-20 09:15:45 +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 {
|
test_enum_untagged_unit_from_none {
|
||||||
UntaggedUnit::Unit => &[Token::None],
|
EnumUntaggedUnit::Unit => &[Token::None],
|
||||||
}
|
}
|
||||||
test_box {
|
test_box {
|
||||||
Box::new(0i32) => &[Token::I32(0)],
|
Box::new(0i32) => &[Token::I32(0)],
|
||||||
|
|||||||
Reference in New Issue
Block a user