rust-analyzer/.cargo/config

11 lines
479 B
Text
Raw Normal View History

2018-02-03 09:51:06 +00:00
[alias]
2018-10-04 20:43:58 +00:00
# Automatically generates the ast and syntax kinds files
gen-syntax = "run --package tools --bin tools -- gen-syntax"
gen-tests = "run --package tools --bin tools -- gen-tests"
install-code = "run --package tools --bin tools -- install-code"
format = "run --package tools --bin tools -- format"
format-hook = "run --package tools --bin tools -- format-hook"
2018-07-30 19:17:33 +00:00
2018-12-09 10:41:42 +00:00
render-test = "run --package ra_cli -- render-test"
parse = "run --package ra_cli -- parse"