From a7aaedd566b4e2dbef961617863ba159c4fed6e2 Mon Sep 17 00:00:00 2001 From: Abhinav Pandey Date: Wed, 20 Sep 2023 14:49:13 +0530 Subject: [PATCH] Fixes #246 --- .github/workflows/rust_format.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust_format.yml b/.github/workflows/rust_format.yml index 50debec..1c1e16e 100644 --- a/.github/workflows/rust_format.yml +++ b/.github/workflows/rust_format.yml @@ -33,7 +33,7 @@ jobs: uses: actions-rs/cargo@v1 with: command: clippy - args: --all-features --all-targets --all + args: --all-targets --all - name: Run cargo check uses: actions-rs/cargo@v1 with: