mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-26 11:55:04 +00:00
Fix typo
This commit is contained in:
parent
784919aec1
commit
3bdb47ce66
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ Note that installing via `xtask install` does not work for VS Code Remote, inste
|
||||||
|
|
||||||
Other editors generally require `ra_lsp_server` binary to be in `$PATH`.
|
Other editors generally require `ra_lsp_server` binary to be in `$PATH`.
|
||||||
You can download pre-build binary from
|
You can download pre-build binary from
|
||||||
https://github.com/rust-analyzer/rust-analyzer/releases[relases]
|
https://github.com/rust-analyzer/rust-analyzer/releases[releases]
|
||||||
page, or you can install it from source using the following command:
|
page, or you can install it from source using the following command:
|
||||||
|
|
||||||
[source,bash]
|
[source,bash]
|
||||||
|
|
Loading…
Reference in a new issue