Skip to content

Commit cb9b4a3

Browse files
authored
Merge pull request #384 from JohnTitor/fix-rustup-component-name
Remove unnecessary section on the quickstart doc
2 parents cbd2a83 + df9158a commit cb9b4a3

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

Documentation/rust/quick-start.rst

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -125,23 +125,6 @@ the component manually::
125125
The standalone installers also come with ``clippy``.
126126

127127

128-
rustdoc
129-
*******
130-
131-
If you install the ``rustdoc`` tool, then you will be able to generate pretty
132-
HTML documentation for Rust code, including for the libraries (crates) inside
133-
``rust/`` that are used by the rest of the kernel (for details, please see
134-
:ref:`Documentation/rust/docs.rst <rust_docs>`).
135-
136-
If you are using ``rustup``, its ``default`` profile already installs the tool,
137-
so you should be good to go. If you are using another profile, you can install
138-
the component manually::
139-
140-
rustup component add rustdoc
141-
142-
The standalone installers also come with ``rustdoc``.
143-
144-
145128
rust-analyzer
146129
*************
147130

0 commit comments

Comments
 (0)