mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 07:41:12 +00:00
Fix clippy warning
This commit is contained in:
parent
005d7c391c
commit
8dda9929e5
1 changed files with 1 additions and 4 deletions
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue