rust-analyzer/.cargo/config

10 lines
363 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
2018-10-16 18:09:22 +00:00
gen-syntax = "run --package tools -- gen-syntax"
2018-09-16 09:54:24 +00:00
gen-tests = "run --package tools -- gen-tests"
2018-07-30 19:17:33 +00:00
install-code = "run --package tools -- install-code"
2018-10-26 13:08:21 +00:00
format = "run --package tools -- format"
2018-07-30 19:17:33 +00:00
2018-09-16 09:54:24 +00:00
render-test = "run --package ra_cli -- render-test"
parse = "run --package ra_cli -- parse"