Skip to content

Commit

Permalink
Update suggested.md
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Absobel authored and tshepang committed Aug 21, 2023
1 parent 973e4f3 commit 59030cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/building/suggested.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ lets you use `cargo fmt`.
Sometimes just checking
whether the compiler builds is not enough. A common example is that
you need to add a `debug!` statement to inspect the value of some
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
a full build. By bypassing bootstrap's cache invalidation, you can often get
these builds to complete very fast (e.g., around 30 seconds). The only
catch is this requires a bit of fudging and may produce compilers that
Expand Down

0 comments on commit 59030cb

Please sign in to comment.