Skip to content

Commit 833fde6

Browse files
committed
'fuzzers' directory is deprecated, use 'fuzz_targets'.
1 parent 4b5a422 commit 833fde6

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

fuzz/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ git = "https://github.com/rust-fuzz/libfuzzer-sys.git"
1515

1616
[[bin]]
1717
name = "parse"
18-
path = "fuzzers/parse.rs"
18+
path = "fuzz_targets/parse.rs"
1919

2020
[workspace]
2121
members = ["."]
File renamed without changes.

0 commit comments

Comments
 (0)