mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-13 21:54:42 +00:00
8 lines
317 B
Text
8 lines
317 B
Text
[alias]
|
|
# Automatically generates the ast and syntax kinds files
|
|
gen-kinds = "run --package tools -- gen-kinds"
|
|
gen-tests = "run --package tools -- gen-tests"
|
|
install-code = "run --package tools -- install-code"
|
|
|
|
render-test = "run --package ra_cli -- render-test"
|
|
parse = "run --package ra_cli -- parse"
|