From 2aa5d6881c191145034ac746636d6d41345164c3 Mon Sep 17 00:00:00 2001 From: ErrorNoInternet Date: Mon, 13 Apr 2026 19:09:43 -0400 Subject: [PATCH] ci(lint): simplify clippy rules --- .github/workflows/lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index de3ee41..17263e6 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -69,7 +69,7 @@ jobs: - name: Install components run: rustup component add clippy rustfmt - - run: cargo clippy ${{ matrix.feature.flags }} -- -D warnings -D clippy::pedantic + - run: cargo clippy ${{ matrix.feature.flags }} -D clippy::pedantic - if: always() run: cargo fmt --check