Updated rust_lang.md (#4017)

This commit is contained in:
Shivam7-1 2020-06-22 20:35:20 +05:30 committed by GitHub
parent e8ffee4077
commit eedf02164e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -32,8 +32,8 @@ quite easy to run the fuzzers locally yourself if you get a failing test case!
First you'll want to follow the [setup instructions for `cargo fuzz`
itself](https://rust-fuzz.github.io/book/). Afterwards your project should have:
* A top-level `fuzz` directory
* A `fuzz/Cargo.toml` manifest which pulls in necessary dependencies to fuzz
* A top-level `fuzz` directory.
* A `fuzz/Cargo.toml` manifest which pulls in necessary dependencies to fuzz.
* Some `fuzz/fuzz_targets/*.rs` files which are the fuzz targets that will be
compiled and run on OSS-Fuzz.