blob: e0aa01f61f9f7f7141c7e9412e673b31bdada174 (
plain)
1
2
3
4
5
6
7
8
9
10
|
[alias]
lint = "clippy --no-deps -- -D warnings"
lint-all = "clippy --no-deps -- -D clippy::pedantic"
# [target.x86_64-unknown-linux-gnu]
# linker = "clang"
# rustflags = ["-C", "link-arg=-fuse-ld=/usr/bin/mold"]
# [build]
# rustflags = ["-Z", "threads=6"]
|