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

Fix Arbitrary implementation on ArrayVec #180

Merged
merged 1 commit into from
Feb 23, 2023

Conversation

e00E
Copy link
Contributor

@e00E e00E commented Feb 22, 2023

  • No longer needs to be guarded behind any feature.
  • Can generate non full ArrayVecs.
  • Implements size_hint.

I tested this with a custom fuzz setup that isn't part of the PR. The existing fuzz setup is kind of outdated and broken but I don't want to touch it in this PR.

- No longer needs to be guarded behind any feature.
- Can generate non full ArrayVecs.
- Implements size_hint.
@Lokathor
Copy link
Owner

This all looks fine. I can merge it unless you think there's something else to do.

@e00E
Copy link
Contributor Author

e00E commented Feb 23, 2023

Ready to merge from my side.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants