mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
drop into_iter in some places
This commit is contained in:
parent
e6a154765c
commit
6ab54c02e2
9 changed files with 21 additions and 21 deletions
|
@ -1887,7 +1887,7 @@ fn build_tag<'a, 'ctx>(
|
|||
);
|
||||
|
||||
let struct_type = env.context.struct_type(
|
||||
env.arena.alloc_slice_fill_iter(field_types.into_iter()),
|
||||
env.arena.alloc_slice_fill_iter(field_types),
|
||||
false,
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue