This commit is contained in:
Anton-4 2024-04-15 19:38:04 +02:00
parent dc96e194bd
commit 5c45cc9c3e
No known key found for this signature in database
GPG key ID: 0971D718C0A9B937
2 changed files with 1 additions and 3 deletions

View file

@ -255,7 +255,6 @@ fn crash_kw<'a>() -> impl Parser<'a, Expr<'a>, EExpr<'a>> {
fn loc_possibly_negative_or_negated_term<'a>(
options: ExprParseOptions,
) -> impl Parser<'a, Loc<Expr<'a>>, EExpr<'a>> {
one_of![
|arena, state: State<'a>, min_indent: u32| {
let initial = state.clone();