diff options
| author | Laurențiu Nicola <lnicola@dend.ro> | 2022-04-21 21:06:28 +0300 |
|---|---|---|
| committer | Laurențiu Nicola <lnicola@dend.ro> | 2022-04-21 21:06:28 +0300 |
| commit | 6037ff3a58d86eadfc0cd1d1c36543473dd1917d (patch) | |
| tree | 8e7357aa6b86aa0d08d933e74cd0b64755f783f5 | |
| parent | 9ee080f8b24b5d12204de7a9c37c895a654bc3ee (diff) | |
| download | rust-6037ff3a58d86eadfc0cd1d1c36543473dd1917d.tar.gz rust-6037ff3a58d86eadfc0cd1d1c36543473dd1917d.zip | |
Remove old install-ra cargo alias
| -rw-r--r-- | .cargo/config | 1 |
1 files changed, 0 insertions, 1 deletions
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" |
