aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-05-28 09:20:43 +0100
committerGitHub <[email protected]>2020-05-28 09:20:43 +0100
commitd3d1407f5017bfc15f44cf0c83a5e28c88c75690 (patch)
treeb33e67e9765591e9015764c82f63e734d8735128 /docs
parent6d569c32fe56a8d965d2ed76b35d36ea40a26d1e (diff)
parent232a1de222781877638fddfb5a483613a1c9ab2a (diff)
Merge #4646
4646: Link forum topic r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'docs')
-rw-r--r--docs/user/readme.adoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/user/readme.adoc b/docs/user/readme.adoc
index 40ed54809..9539d326d 100644
--- a/docs/user/readme.adoc
+++ b/docs/user/readme.adoc
@@ -9,8 +9,6 @@
9:caution-caption: :fire: 9:caution-caption: :fire:
10:warning-caption: :warning: 10:warning-caption: :warning:
11 11
12
13
14// Master copy of this document lives in the https://github.com/rust-analyzer/rust-analyzer repository 12// Master copy of this document lives in the https://github.com/rust-analyzer/rust-analyzer repository
15 13
16At its core, rust-analyzer is a *library* for semantic analysis of Rust code as it changes over time. 14At its core, rust-analyzer is a *library* for semantic analysis of Rust code as it changes over time.
@@ -21,6 +19,8 @@ The LSP allows various code editors, like VS Code, Emacs or Vim, to implement se
21To improve this document, send a pull request against 19To improve this document, send a pull request against
22https://github.com/rust-analyzer/rust-analyzer/blob/master/docs/user/readme.adoc[this file]. 20https://github.com/rust-analyzer/rust-analyzer/blob/master/docs/user/readme.adoc[this file].
23 21
22If you have questions about using rust-analyzer, please ask them in the https://users.rust-lang.org/c/ide/14["`IDEs and Editors`"] topic of Rust users forum.
23
24== Installation 24== Installation
25 25
26In theory, one should be able to just install the <<rust-analyzer-language-server-binary,`rust-analyzer` binary>> and have it automatically work with any editor. 26In theory, one should be able to just install the <<rust-analyzer-language-server-binary,`rust-analyzer` binary>> and have it automatically work with any editor.