mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 11:52:19 +00:00
Unnecessary mut ref
This commit is contained in:
parent
1878fc1c4f
commit
ed9804248c
1 changed files with 1 additions and 1 deletions
|
@ -529,7 +529,7 @@ impl<'a, 'r> Ctx<'a, 'r> {
|
|||
}
|
||||
let layout = resolve_recursive_layout(
|
||||
ctx.arena,
|
||||
&mut ctx.interner,
|
||||
ctx.interner,
|
||||
payloads[index as usize],
|
||||
union_layout,
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue