Remove needless indent arguments
We're always indenting by INDENT_UNIT anyway
This commit is contained in:
parent
daf1b29f29
commit
63fdf1a527
3 changed files with 16 additions and 28 deletions
|
@ -4591,7 +4591,7 @@ impl<'a> Parser<'a> {
|
|||
s.ibox(INDENT_UNIT);
|
||||
s.bopen();
|
||||
s.print_stmt(&stmt);
|
||||
s.bclose_maybe_open(stmt.span, INDENT_UNIT, false)
|
||||
s.bclose_maybe_open(stmt.span, false)
|
||||
});
|
||||
e.span_suggestion(
|
||||
stmt_span,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue