From 5244fa9549b399c435dce1011a06aabd1b9cf421 Mon Sep 17 00:00:00 2001 From: mxve <68632137+mxve@users.noreply.github.com> Date: Mon, 9 Dec 2024 03:04:34 +0100 Subject: [PATCH] dont fail on warn --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 00cdb98..6506912 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -98,4 +98,4 @@ jobs: run: cargo fmt --all -- --check - name: Run cargo clippy - run: cargo clippy --target ${{ matrix.target }} -- -D warnings + run: cargo clippy --target ${{ matrix.target }}