Files
serde/serde_codegen/src
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
..
2016-08-28 22:21:25 -07:00
2016-07-03 10:53:33 -07:00
2016-09-07 16:37:26 -07:00
2016-07-03 10:53:33 -07:00