We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--stage 1
1 parent 5b63bc2 commit acfafa0Copy full SHA for acfafa0
src/rustdoc.md
@@ -42,7 +42,7 @@ does is call the `main()` that's in this crate's `lib.rs`, though.)
42
* If you've used `rustup toolchain link local /path/to/build/$TARGET/stage1`
43
previously, then after the previous build command, `cargo +local doc` will
44
Just Work.
45
-* Use `./x.py doc --stage 1 library/std` to use this rustdoc to generate the
+* Use `./x.py doc library/std` to use this rustdoc to generate the
46
standard library docs.
47
* The completed docs will be available in `build/$TARGET/doc/std`, though the
48
bundle is meant to be used as though you would copy out the `doc` folder to
0 commit comments