proptest-rs / proptest

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

Remove `#![feature(core_intrinsics)]` usage #333

Closed nvzqz closed 1 year ago

nvzqz commented 1 year ago

This is for some reason enabled when using alloc instead of std, which prevents crates from using proptest on stable with only the alloc feature enabled.

tzemanovic commented 1 year ago

thanks! It doesn't look like it's being used for anything, so I'm guessing this is historical left-over