From 8e68674fde6fbed21730da040fe3b8fdb0e4cc44 Mon Sep 17 00:00:00 2001 From: thedavidmeister Date: Thu, 11 Jan 2024 13:37:37 +0400 Subject: [PATCH] clippy deny all --- task/rainix-rs-static.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/task/rainix-rs-static.sh b/task/rainix-rs-static.sh index 613ad63..c71427b 100755 --- a/task/rainix-rs-static.sh +++ b/task/rainix-rs-static.sh @@ -2,4 +2,4 @@ set -euxo pipefail cargo fmt --check -cargo clippy --no-deps \ No newline at end of file +cargo clippy --no-deps -- -D clippy::all \ No newline at end of file