BurntSushi / quickcheck

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

Avoid some warnings from Clippy #299

Open schneiderfelipe opened 3 years ago

schneiderfelipe commented 3 years ago

This does very small changes to remove some warnings Clippy complains about.

schneiderfelipe commented 3 years ago

See #284 for alternative changes for the non_fmt_panic-bits. This is not to say that they can't/shouldn't be included here (too).

Thanks for letting me know! I think that with the panic!(..., format!(...)) thing this PR covers #284 as well.

neithernut commented 2 years ago

Fixes #305.