Skip to content

Commit 9e373c5

Browse files
committed
temp
1 parent d2cc457 commit 9e373c5

File tree

1 file changed

+0
-2
lines changed
  • compiler/rustc_parse/src/parser

1 file changed

+0
-2
lines changed

compiler/rustc_parse/src/parser/expr.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3405,8 +3405,6 @@ impl<'a> Parser<'a> {
34053405
}
34063406

34073407
fn parse_match_arm_guard(&mut self) -> PResult<'a, Option<P<Expr>>> {
3408-
// Used to check the `if_let_guard` feature mostly by scanning
3409-
// `&&` tokens.
34103408
if !self.eat_keyword(exp!(If)) {
34113409
// No match arm guard present.
34123410
return Ok(None);

0 commit comments

Comments
 (0)