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 1f9286f commit 5fd856bCopy full SHA for 5fd856b
Justfile
@@ -163,7 +163,7 @@ fmt-apply:
163
cargo +nightly fmt --manifest-path src/hyperlight_guest_capi/Cargo.toml
164
165
clippy target=default-target: (witguest-wit)
166
- cargo clippy {{ if target == "debug" { "--lib --bins --tests --examples" } else { "--all-targets" } }} --all-features --profile={{ if target == "debug" { "dev" } else { target } }} -- -D warnings
+ cargo clippy --all-targets --all-features --profile={{ if target == "debug" { "dev" } else { target } }} -- -D warnings
167
168
clippy-guests target=default-target: (witguest-wit)
169
cd src/tests/rust_guests/simpleguest && cargo clippy --profile={{ if target == "debug" { "dev" } else { target } }} -- -D warnings
0 commit comments