From cbce28a348ebb5db646cfc5cd3305c6bce80e915 Mon Sep 17 00:00:00 2001 From: DJMcNab <36049421+DJMcNab@users.noreply.github.com> Date: Sun, 9 Dec 2018 12:27:13 +0000 Subject: Reimplement format-hook using a rust binary --- .cargo/config | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to '.cargo/config') diff --git a/.cargo/config b/.cargo/config index afb569b75..c319d33f2 100644 --- a/.cargo/config +++ b/.cargo/config @@ -1,10 +1,10 @@ [alias] # Automatically generates the ast and syntax kinds files -gen-syntax = "run --package tools -- gen-syntax" -gen-tests = "run --package tools -- gen-tests" -install-code = "run --package tools -- install-code" -format = "run --package tools -- format" -format-hook = "run --package tools -- format-hook" +gen-syntax = "run --package tools --bin tools -- gen-syntax" +gen-tests = "run --package tools --bin tools -- gen-tests" +install-code = "run --package tools --bin tools -- install-code" +format = "run --package tools --bin tools -- format" +format-hook = "run --package tools --bin tools -- format-hook" render-test = "run --package ra_cli -- render-test" parse = "run --package ra_cli -- parse" -- cgit v1.2.3