Fix style nits
Fix style nits discovered in reading code.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user