aboutsummaryrefslogtreecommitdiff
path: root/.cargo/config
diff options
context:
space:
mode:
Diffstat (limited to '.cargo/config')
-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