Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the link for Rustup profiles #2566

Merged
merged 3 commits into from
Oct 28, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion user/languages/rust.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ By default, we download and install the latest stable Rust release at the start
of the build (thanks to `rustup`). The [`minimal` profile][profiles] is used
and includes the following language tools `cargo`, `rustc`, and `rustup`.

[profiles]: https://blog.rust-lang.org/2019/10/15/Rustup-1.20.0.html#profiles
[profiles]: https://github.com/rust-lang/rustup.rs#profiles

If you want additional language tools like `rustfmt` or `clippy`, please
install them in `before_install`.
Expand Down