Skip to content

Commit 59030cb

Browse files
Absobeltshepang
authored andcommitted
Update suggested.md
I imagine that the book meant that a full build isn't needed since it gave as an example the addition of a debug! statement
1 parent 973e4f3 commit 59030cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/building/suggested.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ lets you use `cargo fmt`.
155155
Sometimes just checking
156156
whether the compiler builds is not enough. A common example is that
157157
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
158+
state or better understand the problem. In that case, you don't really need
159159
a full build. By bypassing bootstrap's cache invalidation, you can often get
160160
these builds to complete very fast (e.g., around 30 seconds). The only
161161
catch is this requires a bit of fudging and may produce compilers that

0 commit comments

Comments
 (0)