diff --git a/justfile b/justfile index b52728ca..5f8ef24f 100644 --- a/justfile +++ b/justfile @@ -11,7 +11,7 @@ check: # Lint everything. lint: - cargo clippy --workspace --all-targets --all-features -- --deny warnings + cargo +nightly clippy --workspace --all-targets --all-features -- --deny warnings # Check the formatting format: