Fix style nits

Fix style nits discovered in reading code.
This commit is contained in:
Dan Robertson 2019-02-18 18:34:42 +00:00
parent 684b09ba7f
commit f8b6449f80
No known key found for this signature in database
GPG key ID: 45C4A652C47E42A5
16 changed files with 64 additions and 48 deletions

View file

@ -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);
}