Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to '.cargo/config.toml')
-rw-r--r--.cargo/config.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.cargo/config.toml b/.cargo/config.toml
new file mode 100644
index 0000000000..982c78cd25
--- /dev/null
+++ b/.cargo/config.toml
@@ -0,0 +1,8 @@
+[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"