mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +00:00
Fix clippy
This commit is contained in:
parent
e620e1c462
commit
9a9b96dc69
2 changed files with 2 additions and 2 deletions
|
@ -639,7 +639,7 @@ fn parse_stmt_operator_chain<'a>(
|
|||
loc_possibly_negative_or_negated_term(options, allow_negate, false),
|
||||
);
|
||||
end = state.pos();
|
||||
match dbg!(parser.parse(arena, state.clone(), call_min_indent)) {
|
||||
match parser.parse(arena, state.clone(), call_min_indent) {
|
||||
Err((MadeProgress, f)) => return Err((MadeProgress, f)),
|
||||
Ok((
|
||||
_,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue