rust-fuzz / book

📖 Guides and tutorials on how to fuzz Rust code
https://rust-fuzz.github.io/book/
132 stars 22 forks source link

Fix typo in location of fuzz targets #15

Closed dlrobertson closed 5 years ago

dlrobertson commented 5 years ago

The fuzz targets by default live in fuzz/fuzz_targets not fuzz/fuzzers.

dlrobertson commented 5 years ago

Wow that was fast!