proptest-rs / proptest

Hypothesis-like property testing for Rust
Apache License 2.0
1.69k stars 158 forks source link

tests: Use `allow` to suppress warnings. #352

Closed waywardmonkeys closed 1 year ago

tzemanovic commented 1 year ago

let's fix the warnings instead of suppressing them #354

waywardmonkeys commented 1 year ago

Agree that that is better.