You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 17, 2024. It is now read-only.
Currently I'm not able to assert that my enum is correctly serialized using
serde_test.Note that
Serializer::serialize_unit_variantaccepts three arguments:Only two of them are recorded in
Token::UnitVariant:I'd expect
variant_indexfield to be recorded, though adding it now would require major version bump.