Merge pull request #631 from malbarbo/patch-1

Update README.md
This commit is contained in:
Nick Cameron 2015-11-21 09:00:40 +13:00
commit bc76558910

View file

@ -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)]