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