diff --git a/nac3core/src/codegen/values/array.rs b/nac3core/src/codegen/values/array.rs index 55e91b21..b756f278 100644 --- a/nac3core/src/codegen/values/array.rs +++ b/nac3core/src/codegen/values/array.rs @@ -208,6 +208,7 @@ pub trait TypedArrayLikeMutator<'ctx, G: CodeGenerator + ?Sized, T, Index = IntV } /// An adapter for constraining untyped array values as typed values. +#[derive(Copy, Clone)] pub struct TypedArrayLikeAdapter< 'ctx, G: CodeGenerator + ?Sized,