1 2 3 4 5 6 7 8 9 10
clippy: cargo clippy --all-targets --all-features -- -D warnings test: cargo test --all before-push: cargo fmt --all cargo clippy --all-targets --all-features -- -D warnings cargo test --all