Skip to content

Commit df9158a

Browse files
committed
Remove unnecessary section on the quickstart doc
Rustdoc is part of rustc component and we don't need an additional one. Signed-off-by: Yuki Okushi <[email protected]>
1 parent cbd2a83 commit df9158a

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)