Revert "Remove outdated build rustdoc --stage 1"
This reverts commit cd35d2b594.
This commit is contained in:
parent
e4a7be5779
commit
ee849ff66e
|
|
@ -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
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in New Issue