Skip to content

Commit 9e0b46e

Browse files
authored
Removed .copied
Signed-off-by: Connor Tsui <connor.tsui20@gmail.com>
1 parent f51f2dd commit 9e0b46e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vortex-array/src/arrays/union/vtable/validate.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ pub(super) fn validate_union_components(
4343

4444
for (index, (variant_dtype, child)) in variants
4545
.variants()
46-
.zip(variant_arrays.iter().copied())
46+
.zip(variant_arrays.iter())
4747
.enumerate()
4848
{
4949
vortex_ensure_eq!(

0 commit comments

Comments
 (0)