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
..
bound.rs PhantomData<T> does not require bounds on T 2016-07-22 09:05:43 -07:00
de.rs Fix codegen with lifetimes but no type parameters 2016-08-19 11:12:38 -04:00
lib.rs Macros 1.1 2016-08-28 22:21:25 -07:00
lib.rs.in Record expansion info 2016-07-03 10:53:33 -07:00
ser.rs Result needs to be fully qualified 2016-09-07 16:37:26 -07:00
span.rs Record expansion info 2016-07-03 10:53:33 -07:00