mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 05:45:12 +00:00
auto-generate assists docs and tests
This commit is contained in:
parent
518f99e16b
commit
0dd35ff2b2
12 changed files with 269 additions and 52 deletions
|
@ -64,6 +64,7 @@ fn main() -> Result<()> {
|
|||
}
|
||||
codegen::generate_syntax(Mode::Overwrite)?;
|
||||
codegen::generate_parser_tests(Mode::Overwrite)?;
|
||||
codegen::generate_assists_docs(Mode::Overwrite)?;
|
||||
}
|
||||
"format" => {
|
||||
if matches.contains(["-h", "--help"]) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue