diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-07-16 14:04:18 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-07-16 14:04:18 +0100 |
commit | 30245eabb438cc0f1bcb4f05000de8b771da752c (patch) | |
tree | 71761e9a51e8adb3a2900a5e0d40aed2e3068f6d | |
parent | 468982e45a035c271c40bea9b17c2c202a7efc75 (diff) | |
parent | 3b51a682365ce7c775c0a80d7253ec894aeabaab (diff) |
Merge #5408
5408: More prominent link to the manual r=matklad a=matklad
bors r+
🤖
Co-authored-by: Aleksey Kladov <[email protected]>
-rw-r--r-- | docs/user/manual.adoc | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/user/manual.adoc b/docs/user/manual.adoc index 7816287e4..7fab7237b 100644 --- a/docs/user/manual.adoc +++ b/docs/user/manual.adoc | |||
@@ -13,8 +13,12 @@ This manual focuses on a specific usage of the library -- running it as part of | |||
13 | https://microsoft.github.io/language-server-protocol/[Language Server Protocol] (LSP). | 13 | https://microsoft.github.io/language-server-protocol/[Language Server Protocol] (LSP). |
14 | The LSP allows various code editors, like VS Code, Emacs or Vim, to implement semantic features like completion or goto definition by talking to an external language server process. | 14 | The LSP allows various code editors, like VS Code, Emacs or Vim, to implement semantic features like completion or goto definition by talking to an external language server process. |
15 | 15 | ||
16 | To improve this document, send a pull request against | 16 | [TIP] |
17 | https://github.com/rust-analyzer/rust-analyzer/blob/master/docs/user/manual.adoc[this file]. | 17 | ==== |
18 | [.lead] | ||
19 | To improve this document, send a pull request: + | ||
20 | https://github.com/rust-analyzer/rust-analyzer/blob/master/docs/user/manual.adoc[https://github.com/rust-analyzer/.../manual.adoc] | ||
21 | ==== | ||
18 | 22 | ||
19 | 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. | 23 | 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. |
20 | 24 | ||