diff options
author | bors[bot] <bors[bot]@users.noreply.github.com> | 2018-10-16 19:17:40 +0100 |
---|---|---|
committer | bors[bot] <bors[bot]@users.noreply.github.com> | 2018-10-16 19:17:40 +0100 |
commit | 2a704035f4b36a0db737f59a7c939d17656b516f (patch) | |
tree | a71246cfffb870ec54a7d4e8587991e173a4c0e8 /.cargo/config | |
parent | 06ab643b007592a7f76309e3c9cb2e715e211a96 (diff) | |
parent | 2f4a248f806e8587a21c52e636e6fe68eb9bfdbb (diff) |
Merge #137
137: rename gen-kinds to gen-syntax r=matklad a=matklad
Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to '.cargo/config')
-rw-r--r-- | .cargo/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.cargo/config b/.cargo/config index ac7470c7e..fd32471ea 100644 --- a/.cargo/config +++ b/.cargo/config | |||
@@ -1,6 +1,6 @@ | |||
1 | [alias] | 1 | [alias] |
2 | # Automatically generates the ast and syntax kinds files | 2 | # Automatically generates the ast and syntax kinds files |
3 | gen-kinds = "run --package tools -- gen-kinds" | 3 | gen-syntax = "run --package tools -- gen-syntax" |
4 | gen-tests = "run --package tools -- gen-tests" | 4 | gen-tests = "run --package tools -- gen-tests" |
5 | install-code = "run --package tools -- install-code" | 5 | install-code = "run --package tools -- install-code" |
6 | 6 | ||