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

Use array::from_fn instead of unarray::build_array #432

Merged
merged 1 commit into from
Mar 6, 2024

Conversation

DaniPopes
Copy link
Contributor

@DaniPopes DaniPopes commented Mar 6, 2024

core::array::from_fn is stable since 1.63, and the current MSRV is 1.64.

Ideally unarray would get entirely replaced but core::array::try_from_fn is
still unstable.

`core::array::from_fn` is stable since 1.63, and the current MSRV is 1.64.

Ideally `unarray` would get entirely replaced but `core::array::try_from_fn` is
still unstable.
Copy link
Member

@matthew-russo matthew-russo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks

@matthew-russo matthew-russo merged commit 72ce2f1 into proptest-rs:master Mar 6, 2024
5 checks passed
@DaniPopes DaniPopes deleted the array-from_fn branch March 6, 2024 08:18
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