Skip to content

Commit 5837d21

Browse files
onur-ozkanKobzol
authored andcommittedJul 6, 2024·
use "bootstrap" instead of "rustbuild"
Let's stick with the single name "bootstrap" to refer to the bootstrap project to avoid confusion. Signed-off-by: onur-ozkan <work@onurozkan.dev>
1 parent 108ce63 commit 5837d21

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎src/building/how-to-build-and-run.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ in other sections:
356356
### Cleaning out build directories
357357

358358
Sometimes you need to start fresh, but this is normally not the case.
359-
If you need to run this then `rustbuild` is most likely not acting right and
359+
If you need to run this then bootstrap is most likely not acting right and
360360
you should file a bug as to what is going wrong. If you do need to clean
361361
everything up then you only need to run one command!
362362

‎src/rustdoc.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ does is call the `main()` that's in this crate's `lib.rs`, though.)
7575
* The Markdown renderer is loaded up in `html/markdown.rs`, including functions
7676
for extracting doctests from a given block of Markdown.
7777
* The tests on the structure of rustdoc HTML output are located in `tests/rustdoc`, where
78-
they're handled by the test runner of rustbuild and the supplementary script
78+
they're handled by the test runner of bootstrap and the supplementary script
7979
`src/etc/htmldocck.py`.
8080

8181
## Tests

0 commit comments

Comments
 (0)
Please sign in to comment.