chore: Run clippy with MSRV
All checks were successful
Write changelog / write-changelog (push) Successful in 5s
Rust CI / Rust CI (push) Successful in 3m37s

This commit is contained in:
Awiteb 2024-03-19 10:25:23 +03:00
parent 8a5f470cf5
commit 01b56774a4
Signed by: awiteb
GPG key ID: 3F6B55640AA6682F

View file

@ -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: