Skip to content

Commit 04e1d72

Browse files
committed
Fix title of User Manual page
Asciidoc uses the first line of a doc as the title, so you can't put comments before the heading.
1 parent 6a98383 commit 04e1d72

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/user/manual.adoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// IMPORTANT: the master copy of this document lives in the https://github.com/rust-analyzer/rust-analyzer repository
2-
31
= User Manual
42
:toc: preamble
53
:sectanchors:
@@ -8,6 +6,10 @@
86
:source-highlighter: rouge
97
:experimental:
108

9+
////
10+
IMPORTANT: the master copy of this document lives in the https://github.com/rust-analyzer/rust-analyzer repository
11+
////
12+
1113
At its core, rust-analyzer is a *library* for semantic analysis of Rust code as it changes over time.
1214
This manual focuses on a specific usage of the library -- running it as part of a server that implements the
1315
https://microsoft.github.io/language-server-protocol/[Language Server Protocol] (LSP).

0 commit comments

Comments
 (0)