From b47e435b4998c6a457c5099caba996630eece79c Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Thu, 29 Dec 2022 18:35:58 +0100 Subject: [PATCH] Fix: Let clippy lint all features Signed-off-by: Matthias Beyer --- .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 cd61d99..a26f02d 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -41,7 +41,7 @@ jobs: with: toolchain: 1.65.0 components: clippy - - run: cargo clippy -- -D warnings + - run: cargo clippy --all-features -- -D warnings fmt: needs: [build]