mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-15 09:27:27 +00:00
8 lines
305 B
TOML
8 lines
305 B
TOML
[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"
|