mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-11 16:51:53 +03:00
Redundant clone
This commit is contained in:
parent
c71854d5a4
commit
55769caad6
@ -1752,7 +1752,7 @@ fn make_tag_union_recursive_help<'a>(
|
||||
can_report_error,
|
||||
),
|
||||
_ => {
|
||||
mark_cyclic_alias(env, typ, symbol, region, others.clone(), *can_report_error);
|
||||
mark_cyclic_alias(env, typ, symbol, region, others, *can_report_error);
|
||||
*can_report_error = false;
|
||||
|
||||
Ok(())
|
||||
|
Loading…
Reference in New Issue
Block a user