We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faa496d commit 2f16116Copy full SHA for 2f16116
1 file changed
.githooks/checks.sh
@@ -6,7 +6,7 @@ echo "• cargo fmt --all -- --check"
6
cargo fmt --all -- --check
7
8
echo "• cargo clippy --all-targets --all-features"
9
-cargo clippy --all-targets --all-features
+cargo clippy --all-targets --all-features -- -Dwarnings
10
11
echo "• cargo test --all-features"
12
cargo test --all-features
0 commit comments