mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-14 06:03:58 +00:00
Remove old install-ra cargo alias
This commit is contained in:
parent
9ee080f8b2
commit
6037ff3a58
1 changed files with 0 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue