]> git.lizzy.rs Git - rust.git/commitdiff
Delete comma
authorNikolai Morin <nnmmgit@gmail.com>
Tue, 21 Apr 2020 08:16:30 +0000 (10:16 +0200)
committerGitHub <noreply@github.com>
Tue, 21 Apr 2020 08:16:30 +0000 (10:16 +0200)
docs/user/readme.adoc

index 4b5294ca905b589896c0c6e369703e2ff3631d9f..5f03f068acdffc7afe9e555d79d7e3efbf72166d 100644 (file)
@@ -196,7 +196,7 @@ Finally, with your Rust project open, in the command palette, run `LSP: Enable L
 
 If it worked, you should see "rust-analzyer, Line X, Column Y" on the left side of the bottom bar, and after waiting a bit, functionality like tooltips on hovering over variables should become available.
 
-If you get an error saying `No such file or directory: 'rust-analyzer'` even though the binary is on your `$PATH`, the likely explanation is that Sublime doesn't see the same `$PATH` as the shell, see https://github.com/rust-analyzer/rust-analyzer/issues/1811[this issue]. On Unix, running the editor from a shell or changing the `.desktop` file to set the environment, should help.
+If you get an error saying `No such file or directory: 'rust-analyzer'` even though the binary is on your `$PATH`, the likely explanation is that Sublime doesn't see the same `$PATH` as the shell, see https://github.com/rust-analyzer/rust-analyzer/issues/1811[this issue]. On Unix, running the editor from a shell or changing the `.desktop` file to set the environment should help.
 
 == Usage