We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
rustdoc::unescaped_backtick
1 parent 1acc3a9 commit 54f0db6Copy full SHA for 54f0db6
src/tools/rustfmt/src/config/options.rs
@@ -18,7 +18,7 @@ pub enum NewlineStyle {
18
Auto,
19
/// Force CRLF (`\r\n`).
20
Windows,
21
- /// Force CR (`\n).
+ /// Force CR (`\n`).
22
Unix,
23
/// `\r\n` in Windows, `\n` on other platforms.
24
Native,
0 commit comments