mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 15:51:12 +00:00
Redundant clone
This commit is contained in:
parent
c71854d5a4
commit
55769caad6
1 changed files with 1 additions and 1 deletions
|
@ -1752,7 +1752,7 @@ fn make_tag_union_recursive_help<'a>(
|
||||||
can_report_error,
|
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;
|
*can_report_error = false;
|
||||||
|
|
||||||
Ok(())
|
Ok(())
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue