We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9ee080f + 0989f43 commit 1db66b9Copy full SHA for 1db66b9
.cargo/config renamed to .cargo/config.toml
@@ -1,6 +1,5 @@
1
[alias]
2
xtask = "run --package xtask --bin xtask --"
3
-install-ra = "run --package xtask --bin xtask -- install" # for backwards compat
4
tq = "test -- -q"
5
qt = "tq"
6
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