From ddf9847d4a54af73288bdd300427ac593f512956 Mon Sep 17 00:00:00 2001 From: Marco A L Barbosa Date: Fri, 20 Nov 2015 16:58:57 -0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 597f3b3a3ab..571ceb99f6c 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,7 @@ options covering different styles. File an issue, or even better, submit a PR. ## Gotchas * For things you do not want rustfmt to mangle, use one of + ```rust #[rustfmt_skip] #[cfg_attr(rustfmt, rustfmt_skip)]