Skip to content

Commit cc28bef

Browse files
committed
fluff
1 parent d8d8dbd commit cc28bef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/doc/rustc-dev-guide/src/fuzzing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Of course, it's best to try multiple build configurations and see
133133
what actually results in superior throughput.
134134

135135
You may want to build rustc from source with debug assertions to find
136-
additional bugs, though this is a trade-off: it can slow down fuzzing by
136+
additional bugs, though this can slow down fuzzing by
137137
requiring extra work for every execution.
138138
To enable debug assertions, add this to `bootstrap.toml` when compiling rustc:
139139

0 commit comments

Comments
 (0)