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

[book] document example of manual arbitrary impl #514

Conversation

matthew-russo
Copy link
Member

replaces #282

@rexmas rexmas closed this Sep 23, 2024
@rexmas rexmas reopened this Sep 23, 2024
#[derive(Debug)]
struct Point {
x: i32,
y: i32,
Copy link
Contributor

Choose a reason for hiding this comment

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

4 spaces instead of 2

Copy link
Member Author

Choose a reason for hiding this comment

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

fixed

Copy link
Contributor

@rexmas rexmas left a comment

Choose a reason for hiding this comment

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

small change otherwise looks good to me :)

@matthew-russo matthew-russo force-pushed the 282-docs-example-manual-arbitrary branch from d8678b7 to 07d3f4e Compare September 23, 2024 02:49
@matthew-russo
Copy link
Member Author

i can't reproduce the build failure and this is just docs changes, so i'm going to merge

@matthew-russo matthew-russo merged commit 772e647 into proptest-rs:main Sep 23, 2024
1 of 5 checks passed
@matthew-russo matthew-russo deleted the 282-docs-example-manual-arbitrary branch September 23, 2024 02:57
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.

3 participants