summaryrefslogtreecommitdiff
path: root/.cargo/config.toml
blob: 669a8c7adbcad9753bb91c84120e2c34a64c383e (plain)
1
2
3
4
5
6
[alias]
lint = "clippy --no-deps -- -D warnings"
lint-all = "clippy --no-deps -- -D clippy::pedantic"

[build]
rustflags = ["-Z", "threads=6"]