Skip to content

Commit d997e4b

Browse files
committed
guidance is clear enough
1 parent 5732a40 commit d997e4b

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
@@ -62,7 +62,7 @@ end of query stack
6262

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

0 commit comments

Comments
 (0)