rust-analyzer/.cargo/config

6 lines
162 B
Text
Raw Normal View History

2018-02-03 09:51:06 +00:00
[alias]
2019-10-17 16:36:55 +00:00
xtask = "run --package xtask --bin xtask --"
2019-10-17 20:01:53 +00:00
install-ra = "run --package xtask --bin xtask -- install" # for backwards compat
2019-11-17 15:26:52 +00:00
tq = "test -- -q"
2019-11-20 19:03:09 +00:00
qt = "tq"