Closed blt closed 7 years ago
@@ Coverage Diff @@
## master #12 +/- ##
==========================================
- Coverage 94.28% 94.08% -0.21%
==========================================
Files 4 4
Lines 490 490
==========================================
- Hits 462 461 -1
- Misses 28 29 +1
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 8fa5309...25a078b. Read the comment docs.
Now that rust 1.15 is here we can make use of serde's custom derive in stable. There is no longer any need for us to have the wacky build.rs to do codegen.
Signed-off-by: Brian L. Troutwine blt@postmates.com