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.
1 parent 99dabf0 commit 09b3b91Copy full SHA for 09b3b91
doc/src/concepts/components.md
@@ -30,7 +30,7 @@ Most components have a target-triple suffix, such as
30
The set of available components may vary with different releases and
31
toolchains. The following is an overview of the different components:
32
33
-* `rustc` — The Rust compiler, including its internal tool [rustdoc].
+* `rustc` — The Rust compiler and [Rustdoc].
34
* `cargo` — [Cargo] is a package manager and build tool.
35
* `rustfmt` — [Rustfmt] is a tool for automatically formatting code.
36
* `rust-std` — This is the Rust [standard library]. There is a separate
0 commit comments