Skip to content

Commit

Permalink
use "bootstrap" instead of "rustbuild"
Browse files Browse the repository at this point in the history
Let's stick with the single name "bootstrap" to refer to the bootstrap project to avoid confusion.

Signed-off-by: onur-ozkan <[email protected]>
  • Loading branch information
onur-ozkan authored and Kobzol committed Jul 6, 2024
1 parent 108ce63 commit 5837d21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/building/how-to-build-and-run.md
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ in other sections:
### Cleaning out build directories

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

Expand Down
2 changes: 1 addition & 1 deletion src/rustdoc.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ does is call the `main()` that's in this crate's `lib.rs`, though.)
* The Markdown renderer is loaded up in `html/markdown.rs`, including functions
for extracting doctests from a given block of Markdown.
* The tests on the structure of rustdoc HTML output are located in `tests/rustdoc`, where
they're handled by the test runner of rustbuild and the supplementary script
they're handled by the test runner of bootstrap and the supplementary script
`src/etc/htmldocck.py`.

## Tests
Expand Down

0 comments on commit 5837d21

Please sign in to comment.