Explorar o código

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

Corey Farwell %!s(int64=9) %!d(string=hai) anos
pai
achega
833fde6a79
Modificáronse 2 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      fuzz/Cargo.toml
  2. 0 0
      fuzz/fuzz_targets/parse.rs

+ 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