Skip to content

Commit c805b2a

Browse files
authored
Fixed name of rust-analyzer IDE tool
1 parent a93284b commit c805b2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ recommended for general use.
8282
* The **complete** profile includes all the components available through
8383
`rustup`. This should never be used, as it includes *every* component ever included
8484
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`),
85+
to install devtools such as `miri` or IDE integration tools (`rls`, `rust-analyzer`),
8686
you should use the `default` profile and install the needed additional components
8787
manually, either by using `rustup component add` or by using `-c` when installing
8888
the toolchain.

0 commit comments

Comments
 (0)