just: Lint with nightly toolchain

Recently we switched to using the nightly toolchain to lint, update the
`justfile` appropriately.
This commit is contained in:
Tobin C. Harding 2024-01-10 10:53:58 +11:00
parent 52b239ef70
commit e185fe46df
No known key found for this signature in database
GPG Key ID: 40BF9E4C269D6607
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ check:
# Lint everything. # Lint everything.
lint: lint:
cargo clippy --workspace --all-targets --all-features -- --deny warnings cargo +nightly clippy --workspace --all-targets --all-features -- --deny warnings
# Check the formatting # Check the formatting
format: format: