Skip to content

Commit

Permalink
meta variants
Browse files Browse the repository at this point in the history
  • Loading branch information
realbigsean committed Feb 2, 2024
1 parent 30f768f commit bab9ce8
Show file tree
Hide file tree
Showing 2 changed files with 296 additions and 51 deletions.
2 changes: 1 addition & 1 deletion src/attributes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ impl FromMeta for NestedMetaList {
/// List of identifiers implementing `FromMeta`.
///
/// Useful for imposing ordering, unlike the `HashMap` options provided by `darling`.
#[derive(Debug)]
#[derive(Debug, Default, Clone)]
pub struct IdentList {
pub idents: Vec<Ident>,
}
Expand Down
Loading

0 comments on commit bab9ce8

Please sign in to comment.