-
Notifications
You must be signed in to change notification settings - Fork 95
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
feat(derive): implement size_hint()
method for struct
and enum
#472
feat(derive): implement size_hint()
method for struct
and enum
#472
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please also add some tests.
@bkchr it should be fine now, but CI is not working on miri |
@StackOverflowExcept1on please don't use force pushes! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM; thanks for the PR!
@koute how long will it take for the next release with this commit? |
If you can make a PR which bumps the version + updates the changelog I can release it for you. |
Resolves #471