diff --git a/compiler/unify/src/unify.rs b/compiler/unify/src/unify.rs index 65beef2121..bb8402f3f4 100644 --- a/compiler/unify/src/unify.rs +++ b/compiler/unify/src/unify.rs @@ -814,10 +814,7 @@ fn unify_tag_union_new( subs.commit_snapshot(snapshot); - let tag_problems = - unify_shared_tags_new(subs, pool, ctx, shared_tags, other_tags, ext, recursion_var); - - tag_problems + unify_shared_tags_new(subs, pool, ctx, shared_tags, other_tags, ext, recursion_var) } }