mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-10 15:14:32 +00:00
5 lines
162 B
Text
5 lines
162 B
Text
[alias]
|
|
xtask = "run --package xtask --bin xtask --"
|
|
install-ra = "run --package xtask --bin xtask -- install" # for backwards compat
|
|
tq = "test -- -q"
|
|
qt = "tq"
|