diff options
author | DJMcNab <[email protected]> | 2018-12-09 10:29:13 +0000 |
---|---|---|
committer | DJMcNab <[email protected]> | 2018-12-09 10:29:13 +0000 |
commit | e823db06985d6782ff3803d3a4dea67a3c18426c (patch) | |
tree | b8377d95bdb62db3553d7bf3107c8c56052861a9 /.cargo/config | |
parent | 904438e993b4cc3c1d9269a44436c1b112de16c0 (diff) |
Implement and test format hook
Diffstat (limited to '.cargo/config')
-rw-r--r-- | .cargo/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.cargo/config b/.cargo/config index c0be661fd..79f1dc389 100644 --- a/.cargo/config +++ b/.cargo/config | |||
@@ -4,6 +4,7 @@ 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 | format = "run --package tools -- format" | 6 | format = "run --package tools -- format" |
7 | format-hook = "run --package tools -- format-hook" | ||
7 | 8 | ||
8 | render-test = "run --package ra_cli -- render-test" | 9 | render-test = "run --package ra_cli -- render-test" |
9 | parse = "run --package ra_cli -- parse" | 10 | parse = "run --package ra_cli -- parse" |