Skip to content

Commit 6d24d2f

Browse files
authored
Merge pull request #2805 from hi-rustin/rustin-patch-metion
Mention the rustdoc in components.md
2 parents e5bdf16 + 7f10662 commit 6d24d2f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/src/concepts/components.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Most components have a target-triple suffix, such as
3030
The set of available components may vary with different releases and
3131
toolchains. The following is an overview of the different components:
3232

33-
* `rustc` — The Rust compiler.
33+
* `rustc` — The Rust compiler and [Rustdoc].
3434
* `cargo` — [Cargo] is a package manager and build tool.
3535
* `rustfmt` — [Rustfmt] is a tool for automatically formatting code.
3636
* `rust-std` — This is the Rust [standard library]. There is a separate
@@ -76,6 +76,7 @@ details.
7676
[build-std]: https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#build-std
7777
[miri]: https://github.com/rust-lang/miri/
7878
[RLS]: https://github.com/rust-lang/rls
79+
[rustdoc]: https://doc.rust-lang.org/rustdoc/
7980
[cargo]: https://doc.rust-lang.org/cargo/
8081
[clippy]: https://github.com/rust-lang/rust-clippy
8182
[LLVM]: https://llvm.org/

0 commit comments

Comments
 (0)