From f036106a73e4ed6d35bd96c426ed3d6cb0c30f52 Mon Sep 17 00:00:00 2001 From: ThetaDev Date: Mon, 8 May 2023 17:11:10 +0200 Subject: [PATCH] chore: fix pre-commit hook --- .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 6c6b7f1..5c65c90 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,4 +10,4 @@ repos: hooks: - id: cargo-fmt - id: cargo-clippy - args: ["--all", "--all-features", "--", "-D", "warnings"] + args: ["--all", "--features=rss", "--", "-D", "warnings"]