BurntSushi / quickcheck

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

Proper type annotation for modified prop function #132

Closed badboy closed 8 years ago

gaborigloi commented 8 years ago

I think the Vec<int>s should also be corrected in the README to Vec<isize>.

badboy commented 8 years ago

That's what you get for not testing the README :D Fixed it.

gaborigloi commented 8 years ago

Yeah, this is why I really like the idea of https://github.com/brson/rust-skeptic, which can test the README :).

BurntSushi commented 8 years ago

Thanks!