feat(codegen): Infer Default and Deserialize bounds correctly

This commit is contained in:
David Tolnay
2016-04-13 00:34:29 -07:00
parent 65e36647f5
commit 886670134a
6 changed files with 325 additions and 149 deletions
+1
View File
@@ -1,4 +1,5 @@
mod attr;
mod bound;
mod de;
mod error;
mod ser;