diff --git a/src/metadata/annotated.rs b/src/metadata/annotated.rs index 09490b0..cfb8fa3 100644 --- a/src/metadata/annotated.rs +++ b/src/metadata/annotated.rs @@ -47,7 +47,7 @@ macro_rules! annotated { /// representations (due to [stringify]'s lack of guarantee). The string /// representation is *only* intended to be used to augment user-facing /// messages. -#[derive(Clone, Debug)] +#[derive(Clone, Copy, Debug)] pub struct Annotated { value: T, stringified: &'static str,