Skip to content

Commit 5fd856b

Browse files
Copilotsimongdavies
authored andcommitted
Revert clippy command changes in Justfile as requested
Co-authored-by: simongdavies <1397489+simongdavies@users.noreply.github.com>
1 parent 1f9286f commit 5fd856b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ fmt-apply:
163163
cargo +nightly fmt --manifest-path src/hyperlight_guest_capi/Cargo.toml
164164

165165
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
166+
cargo clippy --all-targets --all-features --profile={{ if target == "debug" { "dev" } else { target } }} -- -D warnings
167167

168168
clippy-guests target=default-target: (witguest-wit)
169169
cd src/tests/rust_guests/simpleguest && cargo clippy --profile={{ if target == "debug" { "dev" } else { target } }} -- -D warnings

0 commit comments

Comments
 (0)