Use better variable names in some maybe_whole!
calls.
This commit is contained in:
parent
0de050bd6d
commit
095722214d
4 changed files with 5 additions and 5 deletions
|
@ -435,7 +435,7 @@ impl<'a> Parser<'a> {
|
|||
syntax_loc: Option<PatternLocation>,
|
||||
) -> PResult<'a, P<Pat>> {
|
||||
maybe_recover_from_interpolated_ty_qpath!(self, true);
|
||||
maybe_whole!(self, NtPat, |x| x);
|
||||
maybe_whole!(self, NtPat, |pat| pat);
|
||||
|
||||
let mut lo = self.token.span;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue