aboutsummaryrefslogtreecommitdiff
path: root/.cargo/config
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2019-11-20 19:23:31 +0000
committerGitHub <[email protected]>2019-11-20 19:23:31 +0000
commit2cb2fb1a4807b4e53390c5f88c85106454706b64 (patch)
treef081f89d08f2edf7859c6d3f9738f507c1dca2d6 /.cargo/config
parent6983afdea9f41e58d7ebbd15012532cd3935451f (diff)
parent63f327be67a8e6e0786cc089fba5f9b3f53c5bd6 (diff)
Merge #2332
2332: Add HasResolver trait r=matklad a=matklad bors merge Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to '.cargo/config')
-rw-r--r--.cargo/config1
1 files changed, 1 insertions, 0 deletions
diff --git a/.cargo/config b/.cargo/config
index 9a04b9462..560ab3075 100644
--- a/.cargo/config
+++ b/.cargo/config
@@ -2,3 +2,4 @@
2xtask = "run --package xtask --bin xtask --" 2xtask = "run --package xtask --bin xtask --"
3install-ra = "run --package xtask --bin xtask -- install" # for backwards compat 3install-ra = "run --package xtask --bin xtask -- install" # for backwards compat
4tq = "test -- -q" 4tq = "test -- -q"
5qt = "tq"