We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a85eac commit 398fc6bCopy full SHA for 398fc6b
githooks/pre-commit
@@ -46,4 +46,4 @@ fi
46
git diff-index --check --cached $against -- || exit 1
47
48
# Check that code lints cleanly.
49
-cargo +nightly clippy --all-features -- -D warnings || exit 1
+cargo +$(cat ./nightly-version) clippy --workspace --all-targets --all-features -- --deny warnings || exit 1
0 commit comments