serde/testing
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
..
benches Rename feature nightly-testing to unstable-testing 2016-07-17 13:34:23 -07:00
tests Result needs to be fully qualified 2016-09-07 16:37:26 -07:00
build.rs Rename serde_tests to testing 2016-06-28 20:43:59 -07:00
Cargo.toml Release 0.8.7 2016-09-05 09:39:27 -07:00