mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
Unnecessary reference
This commit is contained in:
parent
475be2363c
commit
148dbb4efe
1 changed files with 1 additions and 1 deletions
|
@ -621,7 +621,7 @@ fn modify_refcount_layout_build_function<'a, 'ctx, 'env>(
|
||||||
|
|
||||||
Struct { field_layouts, .. } => {
|
Struct { field_layouts, .. } => {
|
||||||
let function =
|
let function =
|
||||||
modify_refcount_struct(env, layout_ids, &field_layouts, mode, when_recursive);
|
modify_refcount_struct(env, layout_ids, field_layouts, mode, when_recursive);
|
||||||
|
|
||||||
Some(function)
|
Some(function)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue