Rename fuzz target to something more meaningful
This commit is contained in:
parent
542127f723
commit
43f6b75762
2 changed files with 2 additions and 3 deletions
|
|
@ -14,8 +14,8 @@ libfuzzer-sys = "0.4"
|
|||
path = ".."
|
||||
|
||||
[[bin]]
|
||||
name = "fuzz_target_1"
|
||||
path = "fuzz_targets/fuzz_target_1.rs"
|
||||
name = "json_raw_input"
|
||||
path = "fuzz_targets/json_raw_input.rs"
|
||||
test = false
|
||||
doc = false
|
||||
bench = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue