From 46799f31670da4805fa2bac3ee4a871bae785e07 Mon Sep 17 00:00:00 2001 From: Thomas Eizinger Date: Wed, 26 Mar 2025 14:25:21 +1100 Subject: [PATCH] Go back to nightly clippy --- clippy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clippy.sh b/clippy.sh index 0e0abba1..1fd8f314 100755 --- a/clippy.sh +++ b/clippy.sh @@ -2,4 +2,4 @@ set -eux -cargo hack clippy "$@" --all-targets --feature-powerset --workspace -- --deny warnings +cargo +nightly hack clippy "$@" --all-targets --feature-powerset --workspace -- --deny warnings