From 80eefcbc0517d24dafa8f349f2c0f20d396a6c4d Mon Sep 17 00:00:00 2001 From: Daniel McNab <36049421+DJMcNab@users.noreply.github.com> Date: Thu, 4 Oct 2018 21:43:58 +0100 Subject: Add `cargo gen-kinds` documentation --- .cargo/config | 1 + 1 file changed, 1 insertion(+) (limited to '.cargo/config') diff --git a/.cargo/config b/.cargo/config index 767045bdb..ac7470c7e 100644 --- a/.cargo/config +++ b/.cargo/config @@ -1,4 +1,5 @@ [alias] +# Automatically generates the ast and syntax kinds files gen-kinds = "run --package tools -- gen-kinds" gen-tests = "run --package tools -- gen-tests" install-code = "run --package tools -- install-code" -- cgit v1.2.3