Fix clippy warning

This commit is contained in:
ayazhafiz 2021-12-20 19:08:29 -06:00
parent 005d7c391c
commit 8dda9929e5

View file

@ -814,10 +814,7 @@ fn unify_tag_union_new(
subs.commit_snapshot(snapshot); subs.commit_snapshot(snapshot);
let tag_problems = unify_shared_tags_new(subs, pool, ctx, shared_tags, other_tags, ext, recursion_var)
unify_shared_tags_new(subs, pool, ctx, shared_tags, other_tags, ext, recursion_var);
tag_problems
} }
} }