mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-07-07 21:25:37 +00:00
fix: Fix manual not containing diagnostics documentation
This commit is contained in:
parent
cdd0ac27e3
commit
62bacfc37b
1 changed files with 2 additions and 2 deletions
|
@ -24,8 +24,8 @@ impl flags::Codegen {
|
|||
grammar::generate(self.check);
|
||||
assists_doc_tests::generate(self.check);
|
||||
parser_inline_tests::generate(self.check);
|
||||
feature_docs::generate(self.check)
|
||||
// diagnostics_docs::generate(self.check) doesn't generate any tests
|
||||
feature_docs::generate(self.check);
|
||||
diagnostics_docs::generate(self.check);
|
||||
// lints::generate(self.check) Updating clones the rust repo, so don't run it unless
|
||||
// explicitly asked for
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue