From 247ed28e40e5f453c3f06197f945fe6207b1e6dc Mon Sep 17 00:00:00 2001 From: Lucas Jansen <7199136+staticintlucas@users.noreply.github.com> Date: Sun, 19 May 2024 23:19:17 +0100 Subject: [PATCH] Run pre-commit with all features --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 556f0da..8819d0d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,7 +22,7 @@ repos: pass_filenames: false - id: cargo-check - id: clippy - args: [--all-targets, --, -D, warnings] + args: [--all-targets, --all-features, --, -D, warnings] - repo: local hooks: - id: cargo-test