diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2021-05-10 12:44:17 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-10 12:44:17 +0000 |
| commit | 17038756baeaea2c66fc300ff395e4c4e8a18ee8 (patch) | |
| tree | 62edf67148e3488e72ba069c273061caae1b9896 /docs | |
| parent | 619eb96153743c3c4406f1cdd0f85b82abea1587 (diff) | |
| parent | 078c8f74880060a80ea528dd1cec351322000b96 (diff) | |
| download | rust-17038756baeaea2c66fc300ff395e4c4e8a18ee8.tar.gz rust-17038756baeaea2c66fc300ff395e4c4e8a18ee8.zip | |
Merge #8790
8790: fix: fix manual rendering r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/user/manual.adoc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/user/manual.adoc b/docs/user/manual.adoc index a1d1951d018..797af3f7528 100644 --- a/docs/user/manual.adoc +++ b/docs/user/manual.adoc @@ -18,7 +18,6 @@ To improve this document, send a pull request: + https://github.com/rust-analyzer/rust-analyzer/blob/master/docs/user/manual.adoc[https://github.com/rust-analyzer/.../manual.adoc] The manual is written in https://asciidoc.org[AsciiDoc] and includes some extra files which are generated from the source code. Run `cargo test` and `cargo test -p xtask` to create these and then `asciidoctor manual.adoc` to create an HTML copy. - ==== 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. |
