aboutsummaryrefslogtreecommitdiff
path: root/.cargo
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-10-16 19:09:22 +0100
committerAleksey Kladov <[email protected]>2018-10-16 19:17:19 +0100
commit2f4a248f806e8587a21c52e636e6fe68eb9bfdbb (patch)
treea71246cfffb870ec54a7d4e8587991e173a4c0e8 /.cargo
parent06ab643b007592a7f76309e3c9cb2e715e211a96 (diff)
rename gen-kinds to gen-syntax
Diffstat (limited to '.cargo')
-rw-r--r--.cargo/config2
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
3gen-kinds = "run --package tools -- gen-kinds" 3gen-syntax = "run --package tools -- gen-syntax"
4gen-tests = "run --package tools -- gen-tests" 4gen-tests = "run --package tools -- gen-tests"
5install-code = "run --package tools -- install-code" 5install-code = "run --package tools -- install-code"
6 6