We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1f64f40 + 9adf96d commit 7bf0d30Copy full SHA for 7bf0d30
README.md
@@ -164,12 +164,7 @@ See [Configurations.md](Configurations.md) for details.
164
165
## Tips
166
167
-* For things you do not want rustfmt to mangle, use one of
168
-
169
- ```rust
170
- #[rustfmt::skip] // requires nightly Rust and #![feature(tool_attributes)] in crate root
171
- #[cfg_attr(rustfmt, rustfmt_skip)] // works in stable
172
- ```
+* For things you do not want rustfmt to mangle, use `#[rustfmt::skip]`
173
* When you run rustfmt, place a file named `rustfmt.toml` or `.rustfmt.toml` in
174
target file directory or its parents to override the default settings of
175
rustfmt. You can generate a file containing the default configuration with
0 commit comments