micro fmt changes

This commit is contained in:
Maybe Waffle 2023-02-28 19:28:14 +04:00
parent a4830266b0
commit 031206bc1d
4 changed files with 12 additions and 13 deletions

View file

@ -1368,6 +1368,7 @@ impl<'a> Parser<'a> {
};
self.recover_from_inc_dec(operand_expr, kind, op_span)
}
fn recover_from_inc_dec(
&mut self,
base: P<Expr>,