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] Remove old install-ra cargo alias --- .cargo/config | 1 - 1 file changed, 1 deletion(-) diff --git a/.cargo/config b/.cargo/config index 1447614b763..982c78cd250 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"