diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2021-05-07 22:27:20 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2021-05-07 22:27:20 +0100 |
commit | 9c8763714c018c5b93a49dfec5f51c137c58c95d (patch) | |
tree | bcca0329f661bdc36f1bb96e364ba201f57dce4b /docs | |
parent | 6860b647a5c296dfd6c10cf7536853fbd9e6fef1 (diff) | |
parent | 0fce38b138a36ce0e87ed166e2f5c2b558ba4d4d (diff) |
Merge #8755
8755: fix: direct people to the right repository r=matklad a=matklad
bors r+
🤖
Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/user/manual.adoc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/user/manual.adoc b/docs/user/manual.adoc index 58722aaa3..ce62d928d 100644 --- a/docs/user/manual.adoc +++ b/docs/user/manual.adoc | |||
@@ -6,8 +6,6 @@ | |||
6 | :source-highlighter: rouge | 6 | :source-highlighter: rouge |
7 | :experimental: | 7 | :experimental: |
8 | 8 | ||
9 | // Master copy of this document lives in the https://github.com/rust-analyzer/rust-analyzer repository | ||
10 | |||
11 | At its core, rust-analyzer is a *library* for semantic analysis of Rust code as it changes over time. | 9 | At its core, rust-analyzer is a *library* for semantic analysis of Rust code as it changes over time. |
12 | This manual focuses on a specific usage of the library -- running it as part of a server that implements the | 10 | This manual focuses on a specific usage of the library -- running it as part of a server that implements the |
13 | https://microsoft.github.io/language-server-protocol/[Language Server Protocol] (LSP). | 11 | https://microsoft.github.io/language-server-protocol/[Language Server Protocol] (LSP). |