mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +00:00
Remove accideental dbg!()
This commit is contained in:
parent
f833ac9a6b
commit
e22e37a9c1
1 changed files with 1 additions and 1 deletions
|
@ -653,7 +653,7 @@ fn parse_stmt_operator_chain<'a>(
|
|||
..
|
||||
},
|
||||
state,
|
||||
)) if matches!(dbg!(expr_state.expr.value), Expr::Tag(..)) => {
|
||||
)) if matches!(expr_state.expr.value, Expr::Tag(..)) => {
|
||||
return parse_ability_def(expr_state, state, arena, implements, call_min_indent)
|
||||
.map(|(td, s)| (MadeProgress, Stmt::TypeDef(td), s));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue