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:
Erick Tryzelaar
2015-06-18 08:45:03 -07:00
parent b09c0fc653
commit ed5b4d7319
3 changed files with 94 additions and 26 deletions
+4
View File
@@ -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;
*/