Rollup merge of #81515 - eltociear:patch-7, r=jonas-schievink
Fix typo in pat.rs parentesized -> parenthesized
This commit is contained in:
commit
5df611c5b1
@ -240,7 +240,7 @@ fn maybe_recover_unexpected_comma(
|
||||
Err(err)
|
||||
}
|
||||
|
||||
/// Parse and throw away a parentesized comma separated
|
||||
/// Parse and throw away a parenthesized comma separated
|
||||
/// sequence of patterns until `)` is reached.
|
||||
fn skip_pat_list(&mut self) -> PResult<'a, ()> {
|
||||
while !self.check(&token::CloseDelim(token::Paren)) {
|
||||
|
Loading…
Reference in New Issue
Block a user