Skip to content

Commit bd82b75

Browse files
author
Joshua Nelson
committed
Revert "Remove outdated build rustdoc --stage 1"
This reverts commit cd35d2b.
1 parent cd35d2b commit bd82b75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rustdoc-internals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ server. To test these features locally, you can run a local HTTP server, like
201201
this:
202202

203203
```bash
204-
$ ./x.py doc library/std
204+
$ ./x.py doc library/std --stage 1
205205
# The documentation has been generated into `build/[YOUR ARCH]/doc`.
206206
$ python3 -m http.server -d build/[YOUR ARCH]/doc
207207
```

0 commit comments

Comments
 (0)