]> git.lizzy.rs Git - rust.git/blobdiff - README.md
update dependencies and fix compile errors
[rust.git] / README.md
index 597f3b3a3ab5130cc3a1a0c0b9e0ccd6d8495a81..571ceb99f6c6c3b7820a83253958a59909131685 100644 (file)
--- 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)]