Remove outdated build rustdoc --stage 1

It builds with stage 1 by default.
This commit is contained in:
Ivan Tham 2020-10-20 10:03:42 +08:00 committed by Joshua Nelson
parent 269158b77e
commit e4a7be5779
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 --stage 1
$ ./x.py doc library/std
# The documentation has been generated into `build/[YOUR ARCH]/doc`.
$ python3 -m http.server -d build/[YOUR ARCH]/doc
```