Add c as a shorthand check alternative for new options #77603

This commit is contained in:
Alexander Koptelov 2020-10-06 22:04:14 +03:00
parent 08e2d46166
commit db46f43977
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ To learn more about a subcommand, run `./x.py <subcommand> -h`",
`/<build_base>/rustfix_missing_coverage.txt`",
);
}
"check" => {
"check" | "c" => {
opts.optflag("", "all-targets", "Check all targets");
}
"bench" => {