about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLaurențiu Nicola <lnicola@dend.ro>2020-10-15 19:58:12 +0300
committerLaurențiu Nicola <lnicola@dend.ro>2020-10-15 20:00:09 +0300
commitb19013feaad21673184ab8d641348e99ca51456f (patch)
tree61239cfbea123608177f91c892604903d8109b18
parent1de202010948c94658235f7cfe9b25dda0c7ddf3 (diff)
downloadrust-b19013feaad21673184ab8d641348e99ca51456f.tar.gz
rust-b19013feaad21673184ab8d641348e99ca51456f.zip
Update GNOME Builder docs
-rw-r--r--docs/user/manual.adoc11
1 files changed, 1 insertions, 10 deletions
diff --git a/docs/user/manual.adoc b/docs/user/manual.adoc
index 46e7bd0914a..8a3cc00dfa2 100644
--- a/docs/user/manual.adoc
+++ b/docs/user/manual.adoc
@@ -260,16 +260,7 @@ If you get an error saying `No such file or directory: 'rust-analyzer'`, see the
 
 === GNOME Builder
 
-Prerequisites: You have installed the <<rust-analyzer-language-server-binary,`rust-analyzer` binary>>.
-
-Gnome Builder currently has support for RLS, and there's no way to configure the language server executable. A future version might support `rust-analyzer` out of the box.
-
-1. Rename, symlink or copy the `rust-analyzer` binary to `rls` and place it somewhere Builder can find (in `PATH`, or under `~/.cargo/bin`).
-2. Enable the Rust Builder plugin.
-
-==== GNOME Builder (Nightly)
-
-https://nightly.gnome.org/repo/appstream/org.gnome.Builder.flatpakref[GNOME Builder (Nightly)] has now native support for `rust-analyzer` out of the box. If the `rust-analyzer` binary is not available, GNOME Builder can install it when opening a Rust source file.
+GNOME Builder 3.37.1 and newer has native `rust-analyzer` support. If the LSP binary is not available, GNOME Builder can install it when opening a Rust file.
 
 == Non-Cargo Based Projects