Skip to content

Commit cd35d2b

Browse files
pickfireJoshua Nelson
authored andcommitted
Remove outdated build rustdoc --stage 1
It builds with stage 1 by default.
1 parent 783c584 commit cd35d2b

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 --stage 1
204+
$ ./x.py doc library/std
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)