Skip to content

Commit 1db66b9

Browse files
committed
Auto merge of rust-lang#12052 - lnicola:cargo-config, r=lnicola
minor: drop `install-ra` cargo alias
2 parents 9ee080f + 0989f43 commit 1db66b9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.cargo/config renamed to .cargo/config.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[alias]
22
xtask = "run --package xtask --bin xtask --"
3-
install-ra = "run --package xtask --bin xtask -- install" # for backwards compat
43
tq = "test -- -q"
54
qt = "tq"
65
lint = "clippy --all-targets -- -Aclippy::collapsible_if -Aclippy::needless_pass_by_value -Aclippy::nonminimal_bool -Aclippy::redundant_pattern_matching --cap-lints warn"

0 commit comments

Comments
 (0)