From 37f4664a3d363f72df89e19947f22548a7df0963 Mon Sep 17 00:00:00 2001 From: pommicket Date: Sun, 7 Sep 2025 23:49:51 -0400 Subject: Add documentation --- pre-commit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pre-commit.sh') diff --git a/pre-commit.sh b/pre-commit.sh index c1abd05..bcffdca 100755 --- a/pre-commit.sh +++ b/pre-commit.sh @@ -1,4 +1,4 @@ #!/bin/sh cargo fmt || exit 1 -cargo clippy || exit 1 +cargo clippy -- -D warnings || exit 1 git add -u || exit 1 -- cgit v1.2.3