diff options
author | Aleksey Kladov <[email protected]> | 2021-03-18 15:57:44 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2021-03-18 15:57:44 +0000 |
commit | 670964d802e2dba70e4fd77ecaa2494a75868e19 (patch) | |
tree | 1142025996ce56f68d037a773aae29bd82aaa17f /docs/user | |
parent | c0425cbdbd77ed25a05f46c99aff9bd028560dc0 (diff) |
Update docs/user/manual.adoc
Diffstat (limited to 'docs/user')
-rw-r--r-- | docs/user/manual.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user/manual.adoc b/docs/user/manual.adoc index 12ab98db7..dba2197de 100644 --- a/docs/user/manual.adoc +++ b/docs/user/manual.adoc | |||
@@ -385,7 +385,7 @@ If the LSP binary is not available, GNOME Builder can install it when opening a | |||
385 | === Eclipse IDE | 385 | === Eclipse IDE |
386 | 386 | ||
387 | Support for Rust development in the Eclipse IDE is provided by link:https://github.com/eclipse/corrosion[Eclipse Corrosion]. | 387 | Support for Rust development in the Eclipse IDE is provided by link:https://github.com/eclipse/corrosion[Eclipse Corrosion]. |
388 | If available in PATH or in some standard location, `rust-analyzer` is detected and powers edition of Rust files without further configuration. | 388 | If available in PATH or in some standard location, `rust-analyzer` is detected and powers editing of Rust files without further configuration. |
389 | If `rust-analyzer` is not detected, Corrosion will prompt you for configuration of your Rust toolchain and language server with a link to the __Window > Preferences > Rust__ preference page; from here a button allows to download and configure `rust-analyzer`, but you can also reference another installation. | 389 | If `rust-analyzer` is not detected, Corrosion will prompt you for configuration of your Rust toolchain and language server with a link to the __Window > Preferences > Rust__ preference page; from here a button allows to download and configure `rust-analyzer`, but you can also reference another installation. |
390 | You'll need to close and reopen all .rs and Cargo files, or to restart the IDE, for this change to take effect. | 390 | You'll need to close and reopen all .rs and Cargo files, or to restart the IDE, for this change to take effect. |
391 | 391 | ||