Skip to content

Commit

Permalink
Remove --stage 1 argument from cheat sheet
Browse files Browse the repository at this point in the history
  • Loading branch information
Stupremee authored May 9, 2021
1 parent 5b63bc2 commit acfafa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rustdoc.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ does is call the `main()` that's in this crate's `lib.rs`, though.)
* If you've used `rustup toolchain link local /path/to/build/$TARGET/stage1`
previously, then after the previous build command, `cargo +local doc` will
Just Work.
* 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
standard library docs.
* The completed docs will be available in `build/$TARGET/doc/std`, though the
bundle is meant to be used as though you would copy out the `doc` folder to
Expand Down

0 comments on commit acfafa0

Please sign in to comment.