From 7ad31a01ddf62bc6d9285b9fa7be960ae7bc46bb Mon Sep 17 00:00:00 2001 From: Paul Woolcock Date: Tue, 6 Oct 2015 14:04:54 -0400 Subject: [PATCH] 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 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 09ca8f36..f2fe5bd3 100644 --- a/README.md +++ b/README.md @@ -230,6 +230,7 @@ Or with nightly: ```rust % cargo build --features nightly --no-default-features ... +``` Serialization without Macros ============================