We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 973e4f3 commit 59030cbCopy full SHA for 59030cb
src/building/suggested.md
@@ -155,7 +155,7 @@ lets you use `cargo fmt`.
155
Sometimes just checking
156
whether the compiler builds is not enough. A common example is that
157
you need to add a `debug!` statement to inspect the value of some
158
-state or better understand the problem. In that case, you really need
+state or better understand the problem. In that case, you don't really need
159
a full build. By bypassing bootstrap's cache invalidation, you can often get
160
these builds to complete very fast (e.g., around 30 seconds). The only
161
catch is this requires a bit of fudging and may produce compilers that
0 commit comments