rust/.cargo/config

10 lines
386 B
Text
Raw Normal View History

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