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 d8753b1 commit 1bacc1aCopy full SHA for 1bacc1a
pre-commit-check.sh
@@ -10,7 +10,7 @@ set -e
10
cargo +nightly fmt --check --all
11
12
# 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
+cargo +nightly clippy --workspace --exclude mpz-wasm-bench --all-targets --all-features -- -D warnings
14
15
# To check wasm-bench lib, run separately with wasm32 target (from crates/wasm-bench/):
16
# cargo +nightly clippy --lib --target wasm32-unknown-unknown -- -D warnings
0 commit comments