Skip to content

Commit 2f16116

Browse files
committed
trigger errors for clippy
1 parent faa496d commit 2f16116

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.githooks/checks.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ echo "• cargo fmt --all -- --check"
66
cargo fmt --all -- --check
77

88
echo "• cargo clippy --all-targets --all-features"
9-
cargo clippy --all-targets --all-features
9+
cargo clippy --all-targets --all-features -- -Dwarnings
1010

1111
echo "• cargo test --all-features"
1212
cargo test --all-features

0 commit comments

Comments
 (0)