1
Fork 0

Fix some missed double spaces.

This commit is contained in:
André Vennberg 2023-01-14 18:23:40 +01:00
parent da3623abab
commit 0e65003c9e
4 changed files with 4 additions and 4 deletions

View file

@ -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.