We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a98383 commit 04e1d72Copy full SHA for 04e1d72
docs/user/manual.adoc
@@ -1,5 +1,3 @@
1
-// IMPORTANT: the master copy of this document lives in the https://github.com/rust-analyzer/rust-analyzer repository
2
-
3
= User Manual
4
:toc: preamble
5
:sectanchors:
@@ -8,6 +6,10 @@
8
6
:source-highlighter: rouge
9
7
:experimental:
10
+////
+IMPORTANT: the master copy of this document lives in the https://github.com/rust-analyzer/rust-analyzer repository
11
12
+
13
At its core, rust-analyzer is a *library* for semantic analysis of Rust code as it changes over time.
14
This manual focuses on a specific usage of the library -- running it as part of a server that implements the
15
https://microsoft.github.io/language-server-protocol/[Language Server Protocol] (LSP).
0 commit comments