Fix some missed double spaces.
This commit is contained in:
parent
da3623abab
commit
0e65003c9e
4 changed files with 4 additions and 4 deletions
|
@ -469,7 +469,7 @@ impl<'a> Parser<'a> {
|
|||
/// Try to recover the more general form `intersect ::= $pat_lhs @ $pat_rhs`.
|
||||
///
|
||||
/// Allowed binding patterns generated by `binding ::= ref? mut? $ident @ $pat_rhs`
|
||||
/// should already have been parsed by now at this point,
|
||||
/// should already have been parsed by now at this point,
|
||||
/// if the next token is `@` then we can try to parse the more general form.
|
||||
///
|
||||
/// Consult `parse_pat_ident` for the `binding` grammar.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue