Revert "Remove outdated build rustdoc --stage 1"

This reverts commit cd35d2b594.
This commit is contained in:
Joshua Nelson 2020-10-19 22:31:34 -04:00
parent e4a7be5779
commit ee849ff66e
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ server. To test these features locally, you can run a local HTTP server, like
this:
```bash
$ ./x.py doc library/std
$ ./x.py doc library/std --stage 1
# The documentation has been generated into `build/[YOUR ARCH]/doc`.
$ python3 -m http.server -d build/[YOUR ARCH]/doc
```