From fa3c35301aa44975776b96c85f200de8eb500c22 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Tue, 19 Mar 2019 12:18:05 -0400 Subject: Rename //src/ to //cli/ (#1962) To better distinguish the deno_core crate from the executable deno, which will now be called "the cli" internally. --- tools/format.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/format.py') diff --git a/tools/format.py b/tools/format.py index 74323708a..bc6a3b532 100755 --- a/tools/format.py +++ b/tools/format.py @@ -45,4 +45,4 @@ print "rustfmt" qrun([ "third_party/rustfmt/" + platform() + "/rustfmt", "--config-path", rustfmt_config, "build.rs" -] + find_exts(["src", "core"], [".rs"])) +] + find_exts(["cli", "core"], [".rs"])) -- cgit v1.2.3