Fix style nits
Fix style nits discovered in reading code.
This commit is contained in:
parent
684b09ba7f
commit
f8b6449f80
16 changed files with 64 additions and 48 deletions
|
@ -4173,7 +4173,8 @@ impl<'a> Parser<'a> {
|
|||
err.emit();
|
||||
self.bump();
|
||||
} else if self.eat(&token::BinOp(token::Or)) {
|
||||
// No op.
|
||||
// This is a No-op. Continue the loop to parse the next
|
||||
// pattern.
|
||||
} else {
|
||||
return Ok(pats);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue