]> git.lizzy.rs Git - rust.git/blobdiff - .cargo/config
Merge #11248
[rust.git] / .cargo / config
index 9a04b9462a037fe73c376fb8112bf7d9b59f052e..1447614b76363d6cd61b64c0a1678fcdd3988e64 100644 (file)
@@ -2,3 +2,8 @@
 xtask = "run --package xtask --bin xtask --"
 install-ra = "run --package xtask --bin xtask -- install" # for backwards compat
 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"