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

Stop auto-deriving default for enum #89

Merged
merged 1 commit into from
Oct 8, 2022
Merged

Stop auto-deriving default for enum #89

merged 1 commit into from
Oct 8, 2022

Conversation

clux
Copy link
Member

@clux clux commented Oct 8, 2022

Closes #87

Still remains to actually handle the default attribute (when it exists), but at least this will unblock users.

Signed-off-by: clux <sszynrae@gmail.com>
@clux clux changed the title Stop deriving default for enum Stop auto-deriving default for enum Oct 8, 2022
@clux clux merged commit c5515f4 into main Oct 8, 2022
@clux clux deleted the no-derive-enum-default branch October 8, 2022 19:43
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.

enum support in 0.12 breaks --derive Default
1 participant