Skip to content

Commit ee5825e

Browse files
committed
guidance is clear enough
1 parent 23056c0 commit ee5825e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fuzzing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ end of query stack
6363

6464
When building a corpus, be sure to avoid collecting tests that are already known to crash rustc.
6565
A fuzzer that is seeded with such tests is more likely to
66-
generate bugs with the same root cause, wasting everyone's time.
66+
generate bugs with the same root cause.
6767
The simplest way to avoid this is to loop over each file in the corpus, see if it causes an
6868
ICE, and remove it if so.
6969

0 commit comments

Comments
 (0)