chore: Run clippy with MSRV
This commit is contained in:
parent
8a5f470cf5
commit
01b56774a4
1 changed files with 1 additions and 0 deletions
1
Justfile
1
Justfile
|
@ -21,6 +21,7 @@ _default:
|
||||||
cargo +stable build -q
|
cargo +stable build -q
|
||||||
cargo +stable fmt -- --check
|
cargo +stable fmt -- --check
|
||||||
cargo +stable clippy -- -D warnings
|
cargo +stable clippy -- -D warnings
|
||||||
|
cargo +{{msrv}} clippy -- -D warnings
|
||||||
|
|
||||||
# Check that the current MSRV is correct
|
# Check that the current MSRV is correct
|
||||||
@msrv:
|
@msrv:
|
||||||
|
|
Loading…
Reference in a new issue