Fix generating serde_{codegen,macros} documentation

This commit is contained in:
Erick Tryzelaar
2016-04-12 08:36:02 -07:00
parent 4b9f751d74
commit 9082b75e75
4 changed files with 9 additions and 4 deletions
+2
View File
@@ -15,6 +15,8 @@ the same speed as a hand written serializer for a specific type.
Documentation is available at:
* [serde](https://serde-rs.github.io/serde/serde/index.html)
* [serde_codegen](https://serde-rs.github.io/serde/serde_codegen/index.html)
* [serde_macros](https://serde-rs.github.io/serde/serde_macros/index.html)
Using Serde with Nightly Rust and serde\_macros
===============================================