From 6037ff3a58d86eadfc0cd1d1c36543473dd1917d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauren=C8=9Biu=20Nicola?= Date: Thu, 21 Apr 2022 21:06:28 +0300 Subject: [PATCH 1/2] Remove old install-ra cargo alias --- .cargo/config | 1 - 1 file changed, 1 deletion(-) diff --git a/.cargo/config b/.cargo/config index 1447614b76..982c78cd25 100644 --- a/.cargo/config +++ b/.cargo/config @@ -1,6 +1,5 @@ [alias] 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" From 0989f436b2d71675cbc674ce20c7b8e458a26d4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauren=C8=9Biu=20Nicola?= Date: Thu, 21 Apr 2022 21:08:07 +0300 Subject: [PATCH 2/2] Rename cargo config to config.toml --- .cargo/{config => config.toml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .cargo/{config => config.toml} (100%) diff --git a/.cargo/config b/.cargo/config.toml similarity index 100% rename from .cargo/config rename to .cargo/config.toml