mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-10 15:14:32 +00:00
docs: fix manual generation instructions
To generate all the requisite files, you need to run `cargo xtask codegen` not `cargo test -p xtask`.
This commit is contained in:
parent
6b8b8ff4c5
commit
16c2078c9f
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ The LSP allows various code editors, like VS Code, Emacs or Vim, to implement se
|
|||
To improve this document, send a pull request: +
|
||||
https://github.com/rust-lang/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.
|
||||
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 xtask codegen` 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.
|
||||
|
|
Loading…
Reference in a new issue