From 7e3c5fd12434e88229c3c8c50a5e0c56dd5b4ca8 Mon Sep 17 00:00:00 2001 From: Neloj <40149702+NemuiSen@users.noreply.github.com> Date: Mon, 26 Feb 2024 14:13:44 -0500 Subject: [PATCH] Update check.sh --- ci/check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/check.sh b/ci/check.sh index fde5906..52b9c65 100755 --- a/ci/check.sh +++ b/ci/check.sh @@ -2,4 +2,4 @@ set -ex -cargo clippy --workspace --all-targets --all-features --locked -- -D warnings +cargo clippy --workspace --all-targets --all-features --offline -- -D warnings