BurntSushi / quickcheck

Automated property based testing for Rust (with shrinking).
The Unlicense
2.4k stars 149 forks source link

Update README for procedural macros in Rust 1.30 #231

Closed jturner314 closed 5 years ago

jturner314 commented 5 years ago

Rust 1.30 added support for attribute-like procedural macros, so Rust nightly is no longer necessary to use the quickcheck attribute macro in the quickcheck_macros crate.