Skip to content

Commit 232e690

Browse files
committed
More cleanup.
1 parent cfd9635 commit 232e690

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jscomp/frontend/bs_builtin_ppx.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ let expr_mapper (self : mapper) (e : Parsetree.expression) =
125125
begin match Ast_attributes.process_attributes_rev e.pexp_attributes with
126126
| Nothing, _
127127
-> default_expr_mapper self e
128-
| Uncurry (_, _async), pexp_attributes
128+
| Uncurry _, pexp_attributes
129129
->
130130
let async = Ast_attributes.has_async_payload e.pexp_attributes <> None in
131131
{e with

0 commit comments

Comments
 (0)