mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-10 15:14:32 +00:00
307be7cc7c
As discussed in https://github.com/rust-analyzer/expect-test/issues/33
11 lines
No EOL
365 B
TOML
11 lines
No EOL
365 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"
|
|
|
|
[env]
|
|
CARGO_WORKSPACE_DIR = { value = "", relative = true } |