Skip to content

Commit acfafa0

Browse files
authored
Remove --stage 1 argument from cheat sheet
1 parent 5b63bc2 commit acfafa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rustdoc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ does is call the `main()` that's in this crate's `lib.rs`, though.)
4242
* If you've used `rustup toolchain link local /path/to/build/$TARGET/stage1`
4343
previously, then after the previous build command, `cargo +local doc` will
4444
Just Work.
45-
* Use `./x.py doc --stage 1 library/std` to use this rustdoc to generate the
45+
* Use `./x.py doc library/std` to use this rustdoc to generate the
4646
standard library docs.
4747
* The completed docs will be available in `build/$TARGET/doc/std`, though the
4848
bundle is meant to be used as though you would copy out the `doc` folder to

0 commit comments

Comments
 (0)