remove BinOp variant

This commit is contained in:
Folkert 2021-03-20 23:01:12 +01:00
parent ad40609d44
commit 1871697b0f
6 changed files with 2 additions and 73 deletions

View file

@ -1372,7 +1372,6 @@ fn expr_to_pattern_help<'a>(arena: &'a Bump, expr: &Expr<'a>) -> Result<Pattern<
| Expr::List { .. }
| Expr::Closure(_, _)
| Expr::Backpassing(_, _, _)
| Expr::BinOp(_)
| Expr::BinOps { .. }
| Expr::Defs(_, _)
| Expr::If(_, _)