aboutsummaryrefslogtreecommitdiff
path: root/.cargo
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2018-10-07 09:33:00 +0100
committerbors[bot] <bors[bot]@users.noreply.github.com>2018-10-07 09:33:00 +0100
commitf53c8aee065fac2816b50964d4b7544c84d67837 (patch)
treec67a4f6d58435115042c4d19484fac4fbc9efedb /.cargo
parentaa309291921921b5d6451d907655dfbb496d76ae (diff)
parentfce76cc79a409629eca5536cf407bf95af1eee8b (diff)
Merge #96
96: [WIP] Begin to add some contributing docs (#95) r=matklad a=DJMcNab Currently adds some documentation about `cargo gen-kinds`. Note that I am unsure of some of the details, such as why `DOT` is in `multi_byte_tokens`, hence the [WIP] tag. Based on #95. Co-authored-by: Daniel McNab <[email protected]>
Diffstat (limited to '.cargo')
-rw-r--r--.cargo/config1
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
2gen-kinds = "run --package tools -- gen-kinds" 3gen-kinds = "run --package tools -- gen-kinds"
3gen-tests = "run --package tools -- gen-tests" 4gen-tests = "run --package tools -- gen-tests"
4install-code = "run --package tools -- install-code" 5install-code = "run --package tools -- install-code"