rust-fuzz / honggfuzz-rs

Fuzz your Rust code with Google-developed Honggfuzz !
https://crates.io/crates/honggfuzz
Apache License 2.0
449 stars 40 forks source link

Relax Fn requirement, use FnOnce instead #7

Closed g2p closed 6 years ago

g2p commented 6 years ago

This makes the fuzz macro and function usable in way more contexts.

PaulGrandperrin commented 6 years ago

That's right! Thanks for this PR :-) bors r+

bors[bot] commented 6 years ago

Build succeeded

g2p commented 6 years ago

Thanks!