drop into_iter in some places

This commit is contained in:
Folkert 2023-10-07 15:30:25 +02:00
parent e6a154765c
commit 6ab54c02e2
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
9 changed files with 21 additions and 21 deletions

View file

@ -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,
);