Revert "Remove outdated build rustdoc --stage 1"

This reverts commit cd35d2b5944d8436350b7f2f16f5e720d9912db6.
This commit is contained in:
Joshua Nelson 2020-10-19 22:31:34 -04:00
parent 3491394b55
commit 3867cc04d0

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
```