Skip to content

Commit

Permalink
Fix missing attributes in re-expansion
Browse files Browse the repository at this point in the history
  • Loading branch information
DelSkayn committed Apr 17, 2024
1 parent 964a600 commit 93b343c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion derive/src/fields/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pub mod struct_inner;

/// A parsed struct field alongside its attributes.
#[derive(Debug, Eq, PartialEq, Clone, FromField)]
#[darling(attributes(revision))]
#[darling(attributes(revision), forward_attrs)]
pub struct ParsedField {
ident: Option<syn::Ident>,
ty: syn::Type,
Expand Down

0 comments on commit 93b343c

Please sign in to comment.