mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-13 12:36:47 +00:00
remove an unnecessary comment
This commit is contained in:
parent
a34015c0d0
commit
3514741358
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user