diff options
author | Daniel McNab <[email protected]> | 2018-10-04 21:43:58 +0100 |
---|---|---|
committer | Daniel McNab <[email protected]> | 2018-10-04 21:43:58 +0100 |
commit | 80eefcbc0517d24dafa8f349f2c0f20d396a6c4d (patch) | |
tree | 29da7bc1734c0183fd48354ca7449a3133a74dfd /.cargo/config | |
parent | 81bf190f7aca4cadec5394c397bd7c084b53b9f5 (diff) |
Add `cargo gen-kinds` documentation
Diffstat (limited to '.cargo/config')
-rw-r--r-- | .cargo/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.cargo/config b/.cargo/config index 767045bdb..ac7470c7e 100644 --- a/.cargo/config +++ b/.cargo/config | |||
@@ -1,4 +1,5 @@ | |||
1 | [alias] | 1 | [alias] |
2 | # Automatically generates the ast and syntax kinds files | ||
2 | gen-kinds = "run --package tools -- gen-kinds" | 3 | gen-kinds = "run --package tools -- gen-kinds" |
3 | gen-tests = "run --package tools -- gen-tests" | 4 | gen-tests = "run --package tools -- gen-tests" |
4 | install-code = "run --package tools -- install-code" | 5 | install-code = "run --package tools -- install-code" |