Skip to content

Commit

Permalink
remove an unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
TaKO8Ki committed Mar 9, 2022
1 parent a34015c commit 3514741
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion compiler/rustc_parse/src/parser/path.rs
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,6 @@ impl<'a> Parser<'a> {
return Ok(Some(self.dummy_const_arg_needs_braces(err, expr.span)));
}
}
// self.parse_fn_call_expr();
// Try to recover from possible `const` arg without braces.
return self.recover_const_arg(start, err).map(Some);
}
Expand Down

0 comments on commit 3514741

Please sign in to comment.