Skip to content

Commit f20187b

Browse files
committed
Missed another review comment
Don't force-push at home
1 parent 1ec896d commit f20187b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/building/bootstrapping.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ to Rust metadata on nightly that aren't present in beta.
202202
This is also where `--keep-stage 1 library/std` comes into play. Since most
203203
changes to the compiler don't actually change the ABI, once you've produced a
204204
`std` in stage 1, you can probably just reuse it with a different compiler.
205-
If the ABI hasn't changed, you're good to go, no need to spend the time
205+
If the ABI hasn't changed, you're good to go, no need to spend time
206206
recompiling that `std`.
207207
`--keep-stage` simply assumes the previous compile is fine and copies those
208208
artifacts into the appropriate place, skipping the cargo invocation.

0 commit comments

Comments
 (0)