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"]