Skip to content

Commit 8bdd1d5

Browse files
added clippy fix for the formatting issues with the latest stable
Signed-off-by: limbooverlambda <schakra1@gmail.com>
1 parent 70a3771 commit 8bdd1d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ generate:
1717
check: generate
1818
cargo check --all --all-targets --features "${ALL_FEATURES}"
1919
cargo fmt -- --check
20-
cargo clippy --all-targets --features "${ALL_FEATURES}" -- -D clippy::all
20+
cargo clippy --fix --allow-dirty --all-targets --features "${ALL_FEATURES}" -- -D clippy::all
2121

2222
unit-test: generate
2323
cargo nextest run --all --no-default-features

0 commit comments

Comments
 (0)