2018-02-03 09:51:06 +00:00
|
|
|
[alias]
|
2019-10-17 16:36:55 +00:00
|
|
|
xtask = "run --package xtask --bin xtask --"
|
2019-10-17 20:01:53 +00:00
|
|
|
install-ra = "run --package xtask --bin xtask -- install" # for backwards compat
|
2019-11-17 15:26:52 +00:00
|
|
|
tq = "test -- -q"
|
2019-11-20 19:03:09 +00:00
|
|
|
qt = "tq"
|
2021-03-14 12:34:28 +00:00
|
|
|
lint = "clippy --all-targets -- -Aclippy::collapsible_if -Aclippy::needless_pass_by_value -Aclippy::nonminimal_bool -Aclippy::redundant_pattern_matching --cap-lints warn"
|
2020-08-19 18:06:04 +00:00
|
|
|
|
|
|
|
[target.x86_64-pc-windows-msvc]
|
|
|
|
linker = "rust-lld"
|