Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow ignoring attributes for deriving FromRow #2341

Closed
wants to merge 3 commits into from

Conversation

grgi
Copy link
Contributor

@grgi grgi commented Feb 10, 2023

This pull request adds a new attribute flag skip for deriving FromRow (similar to serde's skip). It allows to add additional fields to a struct which will be filled with Default::default().

@abonander
Copy link
Collaborator

abonander commented Feb 18, 2023

@grgi can you rebase? I just rebased 0.7-dev onto main for a fast-forward merge, that's why it looks like a mess.

@grgi
Copy link
Contributor Author

grgi commented Feb 18, 2023

@abonander Yes, it's done.

@abonander abonander deleted the branch launchbadge:0.7-dev February 21, 2023 21:25
@abonander abonander closed this Feb 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants