Skip to content

Commit fa70750

Browse files
committed
Refactoring based on comments
1 parent c2a1d3e commit fa70750

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/parser/mod.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1230,8 +1230,6 @@ impl<'a> Parser<'a> {
12301230
self.next_token(); // consume RParen
12311231
return Ok(Expr::Wildcard(AttachedToken(mul_token)));
12321232
}
1233-
// Not a (*), fall through to reset index and call parse_expr
1234-
self.prev_token();
12351233
}
12361234
_ => (),
12371235
};

0 commit comments

Comments
 (0)