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.
is_if_else_block
1 parent 3c9ec96 commit 6391b7aCopy full SHA for 6391b7a
src/rewrite.rs
@@ -40,7 +40,7 @@ pub struct RewriteContext<'a> {
40
pub inside_macro: RefCell<bool>,
41
// Force block indent style even if we are using visual indent style.
42
pub use_block: RefCell<bool>,
43
- // When `format_if_else_cond_comment` is true, unindent the comment on top
+ // When `is_if_else_block` is true, unindent the comment on top
44
// of the `else` or `else if`.
45
pub is_if_else_block: RefCell<bool>,
46
// When rewriting chain, veto going multi line except the last element
0 commit comments