1
Fork 0

Update formatting

This commit is contained in:
Theodore Luo Wang 2021-09-01 11:55:36 -04:00
parent 5a863d594c
commit ce9e76528a

View file

@ -535,7 +535,7 @@ impl<'a> Parser<'a> {
if let Some(sp) = this.sess.ambiguous_block_expr_parse.borrow().get(&sp) { if let Some(sp) = this.sess.ambiguous_block_expr_parse.borrow().get(&sp) {
this.sess.expr_parentheses_needed(&mut err, *sp); this.sess.expr_parentheses_needed(&mut err, *sp);
} else { } else {
err.span_suggestion( err.span_suggestion(
lo, lo,
"try removing the `+`", "try removing the `+`",
"".to_string(), "".to_string(),