Skip to content

Commit

Permalink
Run pre-commit with all features
Browse files Browse the repository at this point in the history
  • Loading branch information
staticintlucas committed May 19, 2024
1 parent 41b5801 commit 247ed28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 247ed28

Please sign in to comment.