just: Lint with nightly toolchain
Recently we switched to using the nightly toolchain to lint, update the `justfile` appropriately.
This commit is contained in:
parent
52b239ef70
commit
e185fe46df
2
justfile
2
justfile
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue