serde/testing/tests
David Tolnay 2212bfbf2c Result needs to be fully qualified
Without this:

```
error[E0244]: wrong number of type arguments
  --> src/api/accounts.rs:19:10
   |
19 | #[derive(Serialize, Deserialize, Debug)]
   |          ^^^^^^^^^^ expected 1 type arguments, found 2
```
2016-09-07 16:37:26 -07:00
..
macros.rs Fix declare_ser_tests to work on old rustc 2016-06-28 23:09:37 -07:00
test_annotations.rs adjust codegen to work with the revamped map/seq serializer 2016-07-12 15:44:19 +02:00
test_bytes.rs Split serialize_map_elt 2016-07-27 12:12:07 -07:00
test_de.rs Serialize and Deserialize for std::time::Duration 2016-08-03 19:33:31 -07:00
test_gen.rs Result needs to be fully qualified 2016-09-07 16:37:26 -07:00
test_macros.rs Remove commented code in test_macros.rs 2016-07-17 21:09:44 -07:00
test_ser.rs Serialize and Deserialize for std::time::Duration 2016-08-03 19:33:31 -07:00
test.rs Rename feature nightly-testing to unstable-testing 2016-07-17 13:34:23 -07:00
test.rs.in fix for 1.8, 1.9 and stable 2016-07-21 10:11:04 +02:00