Эх сурвалжийг харах

'fuzzers' directory is deprecated, use 'fuzz_targets'.

Corey Farwell 9 жил өмнө
parent
commit
833fde6a79

+ 1 - 1
fuzz/Cargo.toml

@@ -15,7 +15,7 @@ git = "https://github.com/rust-fuzz/libfuzzer-sys.git"
 
 [[bin]]
 name = "parse"
-path = "fuzzers/parse.rs"
+path = "fuzz_targets/parse.rs"
 
 [workspace]
 members = ["."]

+ 0 - 0
fuzz/fuzzers/parse.rs → fuzz/fuzz_targets/parse.rs