proptest-rs / proptest

Hypothesis-like property testing for Rust
Apache License 2.0
1.63k stars 152 forks source link

Follow new lint rule in macro generation #376

Closed hamiltop closed 9 months ago

hamiltop commented 9 months ago

clippy::ignored_unit_patterns is a new lint rule that the generated code seems to be violating. This fixes it so the generated code passes lint checks that the end user wants.