We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a93284b + c805b2a commit cfb64f2Copy full SHA for cfb64f2
README.md
@@ -82,7 +82,7 @@ recommended for general use.
82
* The **complete** profile includes all the components available through
83
`rustup`. This should never be used, as it includes *every* component ever included
84
in the metadata and thus will almost always fail. If you are looking for a way
85
-to install devtools such as `miri` or IDE integration tools (`rls`, `rust-analysis`),
+to install devtools such as `miri` or IDE integration tools (`rls`, `rust-analyzer`),
86
you should use the `default` profile and install the needed additional components
87
manually, either by using `rustup component add` or by using `-c` when installing
88
the toolchain.
0 commit comments