This commit is contained in:
Folkert 2021-03-12 03:44:03 +01:00
parent f5f98b2400
commit fd5ab353db
5 changed files with 10 additions and 10 deletions

View file

@ -509,7 +509,7 @@ fn parse_expr_help<'a>(
]
.parse(arena, state)?;
let initial = state.clone();
let initial = state;
match space0_e(min_indent, EExpr::Space, EExpr::IndentEnd).parse(arena, state) {
Err((_, _, state)) => Ok((MadeProgress, loc_expr1.value, state)),