Fix code block end marker

Looks like someone accidentally removed the `\`\`\`` from the end of a code block, causing the `Serialization without Macros` section to be formatted like code
This commit is contained in:
Paul Woolcock 2015-10-06 14:04:54 -04:00
parent 00cd2900e7
commit 7ad31a01dd

View File

@ -230,6 +230,7 @@ Or with nightly:
```rust ```rust
% cargo build --features nightly --no-default-features % cargo build --features nightly --no-default-features
... ...
```
Serialization without Macros Serialization without Macros
============================ ============================