summaryrefslogtreecommitdiffstats
path: root/src/tools/rust-analyzer/.cargo/config.toml
blob: 24745d1c806febc2fbcc4fd04207d94d0b148782 (plain)
1
2
3
4
5
6
7
8
9
10
11
[alias]
xtask = "run --package xtask --bin xtask --"
tq = "test -- -q"
qt = "tq"
lint = "clippy --all-targets -- -Aclippy::collapsible_if -Aclippy::needless_pass_by_value -Aclippy::nonminimal_bool -Aclippy::redundant_pattern_matching --cap-lints warn"

[target.x86_64-pc-windows-msvc]
linker = "rust-lld"

[env]
CARGO_WORKSPACE_DIR = { value = "", relative = true }