mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
clippy
This commit is contained in:
parent
3fc2323891
commit
e5ec7cbdcf
1 changed files with 2 additions and 4 deletions
|
@ -646,16 +646,14 @@ fn unify_flat_type(
|
|||
let union1 = gather_tags(subs, tags1.clone(), *ext1);
|
||||
let union2 = gather_tags(subs, tags2.clone(), *ext2);
|
||||
|
||||
let result = unify_tag_union(
|
||||
unify_tag_union(
|
||||
subs,
|
||||
pool,
|
||||
ctx,
|
||||
union1,
|
||||
union2,
|
||||
(None, Some(*recursion_var)),
|
||||
);
|
||||
|
||||
result
|
||||
)
|
||||
}
|
||||
|
||||
(RecursiveTagUnion(rec1, tags1, ext1), RecursiveTagUnion(rec2, tags2, ext2)) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue