mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-23 05:58:01 +00:00
ed5b4d7319
This fixes generic enums with variants that don't use all lifetime and typarams. Closes #88.
12 lines
132 B
Rust
12 lines
132 B
Rust
/*
|
|
mod test_annotations;
|
|
mod test_bytes;
|
|
mod test_de;
|
|
mod test_json;
|
|
mod test_json_builder;
|
|
*/
|
|
mod test_macros;
|
|
/*
|
|
mod test_ser;
|
|
*/
|