address review comment
https://github.com/rust-lang/rustc-dev-guide/pull/1402#discussion_r933905339
This commit is contained in:
parent
57401f4f39
commit
c3aca0df58
|
|
@ -19,9 +19,8 @@ like the standard library (std) or the compiler (rustc).
|
||||||
./x.py doc --stage 1
|
./x.py doc --stage 1
|
||||||
```
|
```
|
||||||
|
|
||||||
First,
|
This ensures that (current) rustdoc gets built,
|
||||||
the compiler gets built to make sure rustdoc compiles,
|
then that is used to document the components.
|
||||||
then that newly-built rustdoc is used to document the components.
|
|
||||||
|
|
||||||
- Much like running individual tests or building specific components,
|
- Much like running individual tests or building specific components,
|
||||||
you can build just the documentation you want:
|
you can build just the documentation you want:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue