From 232a1de222781877638fddfb5a483613a1c9ab2a Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Thu, 28 May 2020 10:19:01 +0200 Subject: Link forum topic --- docs/user/readme.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') 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 @@ :caution-caption: :fire: :warning-caption: :warning: - - // Master copy of this document lives in the https://github.com/rust-analyzer/rust-analyzer repository At 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 To improve this document, send a pull request against https://github.com/rust-analyzer/rust-analyzer/blob/master/docs/user/readme.adoc[this file]. +If 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. + == Installation In theory, one should be able to just install the <> and have it automatically work with any editor. -- cgit v1.2.3