We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70a3771 commit 8bdd1d5Copy full SHA for 8bdd1d5
Makefile
@@ -17,7 +17,7 @@ generate:
17
check: generate
18
cargo check --all --all-targets --features "${ALL_FEATURES}"
19
cargo fmt -- --check
20
- cargo clippy --all-targets --features "${ALL_FEATURES}" -- -D clippy::all
+ cargo clippy --fix --allow-dirty --all-targets --features "${ALL_FEATURES}" -- -D clippy::all
21
22
unit-test: generate
23
cargo nextest run --all --no-default-features
0 commit comments