Skip to content

Commit

Permalink
remove clone from getter opt
Browse files Browse the repository at this point in the history
  • Loading branch information
realbigsean committed Jan 31, 2024
1 parent 0f69f8e commit 107b063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ struct FieldOpts {
}

/// Getter configuration for a specific field
#[derive(Clone, Debug, Default, FromMeta)]
#[derive(Debug, Default, FromMeta)]
struct GetterOpts {
#[darling(default)]
copy: bool,
Expand Down

0 comments on commit 107b063

Please sign in to comment.