From f8b6449f80b75c8d42b1ebbe4c1fb6d4bfec7ace Mon Sep 17 00:00:00 2001 From: Dan Robertson Date: Mon, 18 Feb 2019 18:34:42 +0000 Subject: Fix style nits Fix style nits discovered in reading code. --- src/libsyntax/parse/parser.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/libsyntax/parse/parser.rs') diff --git a/src/libsyntax/parse/parser.rs b/src/libsyntax/parse/parser.rs index e22047938e5..b1fb38d8eaf 100644 --- a/src/libsyntax/parse/parser.rs +++ b/src/libsyntax/parse/parser.rs @@ -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); } -- cgit 1.4.1-3-g733a5