Skip to content

Commit 3732a4a

Browse files
committed
Refactoring based on comments
1 parent 3ec4eef commit 3732a4a

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
@@ -1276,8 +1276,6 @@ impl<'a> Parser<'a> {
12761276
self.next_token(); // consume RParen
12771277
return Ok(Expr::Wildcard(AttachedToken(mul_token)));
12781278
}
1279-
// Not a (*), fall through to reset index and call parse_expr
1280-
self.prev_token();
12811279
}
12821280
_ => (),
12831281
};

0 commit comments

Comments
 (0)