2018-02-03 03:51:06 -06:00
|
|
|
[alias]
|
2019-10-17 11:36:55 -05:00
|
|
|
xtask = "run --package xtask --bin xtask --"
|
2019-10-17 15:01:53 -05:00
|
|
|
install-ra = "run --package xtask --bin xtask -- install" # for backwards compat
|
2019-11-17 09:26:52 -06:00
|
|
|
tq = "test -- -q"
|
2019-11-20 13:03:09 -06:00
|
|
|
qt = "tq"
|
2021-03-14 07:34:28 -05: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 13:06:04 -05:00
|
|
|
|
|
|
|
[target.x86_64-pc-windows-msvc]
|
|
|
|
linker = "rust-lld"
|