From 99f0cf111382c67c112ead70314bf75164e0e97d Mon Sep 17 00:00:00 2001 From: Siddharth Tiwari Date: Sun, 21 Jan 2024 12:22:15 +0530 Subject: [PATCH] fixed issue #490 --- .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 1b7c9fa..14b38ce 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-targets --all + args: --all-targets --all-features --all - name: Run cargo check uses: actions-rs/cargo@v1 with: