Skip to content

Commit

Permalink
Add c as a shorthand check alternative for new options rust-lang#77603
Browse files Browse the repository at this point in the history
  • Loading branch information
akoptelov committed Oct 6, 2020
1 parent 08e2d46 commit db46f43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bootstrap/flags.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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" => {
Expand Down

0 comments on commit db46f43

Please sign in to comment.