chore(DX): Improve the DX #27

Merged
awiteb merged 9 commits from awiteb/improve-dx into master 2024-05-06 23:19:20 +02:00 AGit
Showing only changes of commit 1d9e0373e8 - Show all commits

View file

@ -18,10 +18,9 @@ _default:
# Run the CI # Run the CI
@ci: && msrv @ci: && msrv
cargo +stable build -q cargo build -q
cargo +stable fmt -- --check cargo fmt -- --check
cargo +stable clippy -- -D warnings cargo clippy -- -D warnings
cargo +{{msrv}} clippy -- -D warnings
# Check that the current MSRV is correct # Check that the current MSRV is correct
@msrv: @msrv: