mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-22 21:48:02 +00:00
Fix serializing generic enums
This fixes generic enums with variants that don't use all lifetime and typarams. Closes #88.
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
/*
|
||||
mod test_annotations;
|
||||
mod test_bytes;
|
||||
mod test_de;
|
||||
mod test_json;
|
||||
mod test_json_builder;
|
||||
*/
|
||||
mod test_macros;
|
||||
/*
|
||||
mod test_ser;
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user