File tree 1 file changed +2
-1
lines changed
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
30
30
The set of available components may vary with different releases and
31
31
toolchains. The following is an overview of the different components:
32
32
33
- * ` rustc ` — The Rust compiler.
33
+ * ` rustc ` — The Rust compiler and [ Rustdoc ] .
34
34
* ` cargo ` — [ Cargo] is a package manager and build tool.
35
35
* ` rustfmt ` — [ Rustfmt] is a tool for automatically formatting code.
36
36
* ` rust-std ` — This is the Rust [ standard library] . There is a separate
@@ -76,6 +76,7 @@ details.
76
76
[ build-std ] : https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#build-std
77
77
[ miri ] : https://github.com/rust-lang/miri/
78
78
[ RLS ] : https://github.com/rust-lang/rls
79
+ [ rustdoc ] : https://doc.rust-lang.org/rustdoc/
79
80
[ cargo ] : https://doc.rust-lang.org/cargo/
80
81
[ clippy ] : https://github.com/rust-lang/rust-clippy
81
82
[ LLVM ] : https://llvm.org/
You can’t perform that action at this time.
0 commit comments