proptest-rs / proptest

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

Proptest with Rust 1.72 produces clippy::arc_with_non_send_sync warnings #364

Closed sunshowers closed 1 year ago

sunshowers commented 1 year ago

The warnings appear to be because we generate Arc<BoxedStrategy<T>> sometimes, and come from the following places that I could see:

matthew-russo commented 1 year ago

363 and #365 merged. Thanks!