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 019f94f commit 61ea030Copy full SHA for 61ea030
Makefile
@@ -34,8 +34,8 @@ lint: ## cargo check and clippy. Skip clippy on guest code since it's not suppo
34
lint-fix: ## dprint fmt, cargo fmt, fix and clippy. Skip clippy on guest code since it's not supported by risc0
35
dprint fmt
36
cargo +nightly fmt --all
37
- cargo fix --allow-dirty
38
- cargo clippy --fix --allow-dirty
+ cargo fix --allow-dirty --all-features
+ cargo clippy --fix --allow-dirty --all-features
39
40
docs: ## Generates documentation locally
41
cargo doc --open
0 commit comments