chore: fix clippy lints

This commit is contained in:
ThetaDev 2023-09-16 23:34:34 +02:00
parent ac25490435
commit abd3317a10
2 changed files with 9 additions and 9 deletions

View file

@ -10,4 +10,4 @@ repos:
hooks:
- id: cargo-fmt
- id: cargo-clippy
args: ["--all", "--features=rss", "--", "-D", "warnings"]
args: ["--all", "--tests", "--features=rss", "--", "-D", "warnings"]