Tshepang Mbambo 2022-07-31 07:40:37 +02:00
parent 57401f4f39
commit c3aca0df58
1 changed files with 2 additions and 3 deletions

View File

@ -19,9 +19,8 @@ like the standard library (std) or the compiler (rustc).
./x.py doc --stage 1
```
First,
the compiler gets built to make sure rustdoc compiles,
then that newly-built rustdoc is used to document the components.
This ensures that (current) rustdoc gets built,
then that is used to document the components.
- Much like running individual tests or building specific components,
you can build just the documentation you want: