Skip to content

Commit f504084

Browse files
authored
Merge pull request #19132 from joshrotenberg/book-readme-run-codegen
doc: add xtask codegen command in development README as well
2 parents 9a257e9 + 0dd7aad commit f504084

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/rust-analyzer/docs/book/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ Start with the mdbook [User Guide](https://rust-lang.github.io/mdBook/guide/inst
2626
Four sections are generated dynamically: assists, configuration, diagnostics and features. Their content is found in the `generated.md` files
2727
of the respective book section, for example `src/configuration_generated.md`, and are included in the book via mdbook's
2828
[include](https://rust-lang.github.io/mdBook/format/mdbook.html#including-files) functionality. Generated files can be rebuilt by running the various
29-
test cases that generate them, or by simply running all of the `rust-analyzer` tests with `cargo test`.
29+
test cases that generate them, or by simply running all of the `rust-analyzer` tests with `cargo test` and `cargo xtask codegen`.

0 commit comments

Comments
 (0)