diff options
| author | Mason Shuler <mshuler223@gmail.com> | 2023-05-26 16:41:51 -0400 |
|---|---|---|
| committer | Mason Shuler <mshuler223@gmail.com> | 2023-05-26 16:41:51 -0400 |
| commit | 05d63eff9caa862f3a66e652cd0b247148c316ab (patch) | |
| tree | 4877e132e64d2eecb33d76bb81f3b66284557b6c | |
| parent | def3b5d7dd906fd83b24648919f2e86a10afe6a3 (diff) | |
| download | rust-05d63eff9caa862f3a66e652cd0b247148c316ab.tar.gz rust-05d63eff9caa862f3a66e652cd0b247148c316ab.zip | |
Make rustup heading title match other titles
| -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 babf305794d..5b9db10b093 100644 --- a/docs/user/manual.adoc +++ b/docs/user/manual.adoc @@ -172,7 +172,7 @@ $ cargo xtask install --server If your editor can't find the binary even though the binary is on your `$PATH`, the likely explanation is that it doesn't see the same `$PATH` as the shell, see https://github.com/rust-lang/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. -==== `rustup` +==== rustup `rust-analyzer` is available in `rustup`: |
