Skip to content

Commit

Permalink
address review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tshepang committed Jul 31, 2022
1 parent 3678b50 commit 04f3cf0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/building/compiler-documenting.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 04f3cf0

Please sign in to comment.