From 4d231d988a155903ff41fde0232a48494384ac4c Mon Sep 17 00:00:00 2001 From: Sebastian Schmidt Date: Wed, 2 Jun 2021 18:20:25 +0300 Subject: [PATCH] Change format from --all-features to --all. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2ea0fcd..117d43e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: command: name: Format command: fmt - args: --all-features -- --check + args: --all -- --check components: rustfmt - toolchain: stable command: