serde/serde_tests/tests/test.rs.in
Erick Tryzelaar 7109e2d379 Fix the tests
2015-07-16 09:35:09 -04:00

8 lines
120 B
Rust

mod test_annotations;
mod test_bytes;
mod test_de;
mod test_json;
mod test_json_builder;
mod test_macros;
mod test_ser;