From fd8709433a222a5ebe2f2a3097f8c799dbb48948 Mon Sep 17 00:00:00 2001 From: Femi Olah Date: Sat, 23 Nov 2024 19:56:30 +0100 Subject: [PATCH] Modifies clippy action --- .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 7a34046..9f5f168 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,6 +14,6 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 - name: Check Cargo Clippy - run: cargo clippy --all-targets --all-features -- -D warnings + run: cargo clippy --all-targets --all-features - name: Check formatting run: cargo fmt --check --all