[core] codegen: Add derive(Copy, Clone) to TypedArrayLikeAdapter
This commit is contained in:
parent
1ffe2fcc7f
commit
805a9d23b3
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user