File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ Most components have a target-triple suffix, such as
3030The set of available components may vary with different releases and
3131toolchains. 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/
You can’t perform that action at this time.
0 commit comments