mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 13:05:18 +03:00
Clarify format_macro_bodies description
This commit is contained in:
+1
-1
@@ -1098,7 +1098,7 @@ See also [`format_macro_bodies`](#format_macro_bodies).
|
||||
|
||||
## `format_macro_bodies`
|
||||
|
||||
Format the bodies of macros.
|
||||
Format the bodies of declarative macro definitions.
|
||||
|
||||
- **Default value**: `true`
|
||||
- **Possible values**: `true`, `false`
|
||||
|
||||
+1
-1
@@ -74,7 +74,7 @@
|
||||
format_strings: bool, false, false, "Format string literals where necessary";
|
||||
format_macro_matchers: bool, false, false,
|
||||
"Format the metavariable matching patterns in macros";
|
||||
format_macro_bodies: bool, true, false, "Format the bodies of macros";
|
||||
format_macro_bodies: bool, true, false, "Format the bodies of declarative macro definitions";
|
||||
skip_macro_invocations: MacroSelectors, MacroSelectors::default(), false,
|
||||
"Skip formatting the bodies of macros invoked with the following names.";
|
||||
hex_literal_case: HexLiteralCase, HexLiteralCase::Preserve, false,
|
||||
|
||||
Reference in New Issue
Block a user