From b118cbb0d6cff4914fbefcde157564e0925626ee Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Tue, 11 Nov 2025 09:04:31 +0100 Subject: [PATCH] Allow 'unused-attributes' lint for now --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 755cd51..135b02d 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -48,7 +48,7 @@ jobs: run: cargo test ${{ matrix.build-args }} --all - name: Clippy - run: cargo clippy -- -D warnings + run: cargo clippy -- -A unused-attributes -D warnings integration: name: Integration