Skip to content

Commit 1bacc1a

Browse files
authored
chore: update pre-commit-check.sh (#363)
1 parent d8753b1 commit 1bacc1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pre-commit-check.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ set -e
1010
cargo +nightly fmt --check --all
1111

1212
# Check clippy (excluding wasm-bench which requires wasm32 target)
13-
cargo +nightly clippy --workspace --exclude mpz-wasm-bench --all-targets --all-features --locked -- -D warnings
13+
cargo +nightly clippy --workspace --exclude mpz-wasm-bench --all-targets --all-features -- -D warnings
1414

1515
# To check wasm-bench lib, run separately with wasm32 target (from crates/wasm-bench/):
1616
# cargo +nightly clippy --lib --target wasm32-unknown-unknown -- -D warnings

0 commit comments

Comments
 (0)