From f1dcfbb59d7baad9b1d1c085d67c98896c6dc623 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Sat, 16 Jun 2018 01:43:23 +0200 Subject: First pass at deno rust --- deno2/tools/format.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'deno2/tools') diff --git a/deno2/tools/format.sh b/deno2/tools/format.sh index 55baa73fb..eea97fa2c 100755 --- a/deno2/tools/format.sh +++ b/deno2/tools/format.sh @@ -14,3 +14,5 @@ prettier --write \ # Do not format these. # js/msg.pb.js # js/msg.pb.d.ts + +rustfmt --write-mode overwrite *.rs -- cgit v1.2.3