]> git.lizzy.rs Git - rust.git/commitdiff
Rename cargo config to config.toml
authorLaurențiu Nicola <lnicola@dend.ro>
Thu, 21 Apr 2022 18:08:07 +0000 (21:08 +0300)
committerLaurențiu Nicola <lnicola@dend.ro>
Thu, 21 Apr 2022 18:08:07 +0000 (21:08 +0300)
.cargo/config [deleted file]
.cargo/config.toml [new file with mode: 0644]

diff --git a/.cargo/config b/.cargo/config
deleted file mode 100644 (file)
index 982c78c..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-[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"
diff --git a/.cargo/config.toml b/.cargo/config.toml
new file mode 100644 (file)
index 0000000..982c78c
--- /dev/null
@@ -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"