Skip to content

Commit

Permalink
Allow Cloneing NestedMeta
Browse files Browse the repository at this point in the history
  • Loading branch information
tenuous-guidance authored and TedDriggs committed May 2, 2023
1 parent ffb9cc8 commit e4d22dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/ast/data.rs
Expand Up @@ -413,7 +413,7 @@ impl<'a> From<&'a syn::Fields> for Style {
}
}

#[derive(Debug)]
#[derive(Debug, Clone)]
pub enum NestedMeta {
Meta(syn::Meta),
Lit(syn::Lit),
Expand Down

0 comments on commit e4d22dd

Please sign in to comment.