Unnamed repository; edit this file 'description' to name the repository.
-rw-r--r--.cargo/config.toml (renamed from .cargo/config)1
1 files changed, 0 insertions, 1 deletions
diff --git a/.cargo/config b/.cargo/config.toml
index 1447614b76..982c78cd25 100644
--- a/.cargo/config
+++ b/.cargo/config.toml
@@ -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"