1 2 3 4 5 6 7 8 9 10 11
clippy: cargo +nightly clippy -- -W clippy::all -W clippy::pedantic -W clippy::nursery build: cargo build test: cargo nextest run -r format: cargo +nightly fmt --all