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.
1 parent dfa8ae4 commit 5cc60dcCopy full SHA for 5cc60dc
src/expr.rs
@@ -426,7 +426,6 @@ impl Rewrite for ast::Block {
426
visitor.block_indent = context.block_indent + context.overflow_indent;
427
428
let prefix = match self.rules {
429
- ast::BlockCheckMode::PushUnsafeBlock(..) |
430
ast::BlockCheckMode::UnsafeBlock(..) => {
431
let snippet = context.snippet(self.span);
432
let open_pos = try_opt!(snippet.find_uncommented("{"));
@@ -463,7 +462,6 @@ impl Rewrite for ast::Block {
463
462
464
prefix
465
}
466
- ast::BlockCheckMode::PopUnsafeBlock(..) |
467
ast::BlockCheckMode::DefaultBlock => {
468
visitor.last_pos = self.span.lo;
469
0 commit comments