mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-14 00:47:18 +00:00
12 lines
300 B
TOML
12 lines
300 B
TOML
[alias]
|
|
xtask = "run --package xtask --bin xtask --"
|
|
tq = "test -- -q"
|
|
qt = "tq"
|
|
lint = "clippy --all-targets -- --cap-lints warn"
|
|
codegen = "run --package xtask --bin xtask -- codegen"
|
|
|
|
[target.x86_64-pc-windows-msvc]
|
|
linker = "rust-lld"
|
|
|
|
[env]
|
|
CARGO_WORKSPACE_DIR = { value = "", relative = true }
|