mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
clippy
This commit is contained in:
parent
f5f98b2400
commit
fd5ab353db
5 changed files with 10 additions and 10 deletions
|
@ -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)),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue