Skip to content

Commit 61ea030

Browse files
committed
Add --all-features to lint-fix
1 parent 019f94f commit 61ea030

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ lint: ## cargo check and clippy. Skip clippy on guest code since it's not suppo
3434
lint-fix: ## dprint fmt, cargo fmt, fix and clippy. Skip clippy on guest code since it's not supported by risc0
3535
dprint fmt
3636
cargo +nightly fmt --all
37-
cargo fix --allow-dirty
38-
cargo clippy --fix --allow-dirty
37+
cargo fix --allow-dirty --all-features
38+
cargo clippy --fix --allow-dirty --all-features
3939

4040
docs: ## Generates documentation locally
4141
cargo doc --open

0 commit comments

Comments
 (0)