From 4a150984b4c2db18d6adeb52e347fac1c717a942 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Mon, 12 Apr 2021 20:39:30 +0200 Subject: [PATCH] ci: Remove option from cargo fmt It is not needed for the command to apply to all workspace members. --- .builds/nightly.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.builds/nightly.yml b/.builds/nightly.yml index 589cc683..c1db5a48 100644 --- a/.builds/nightly.yml +++ b/.builds/nightly.yml @@ -14,7 +14,7 @@ tasks: # tools, so capture tool exit codes and set the task exit code manually set +e - cargo fmt --all -- --check + cargo fmt -- --check fmt_exit=$? pushd ruma