mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-10 07:04:22 +00:00
9 lines
363 B
Text
9 lines
363 B
Text
[alias]
|
|
# Automatically generates the ast and syntax kinds files
|
|
gen-syntax = "run --package tools -- gen-syntax"
|
|
gen-tests = "run --package tools -- gen-tests"
|
|
install-code = "run --package tools -- install-code"
|
|
format = "run --package tools -- format"
|
|
|
|
render-test = "run --package ra_cli -- render-test"
|
|
parse = "run --package ra_cli -- parse"
|