Skip to content

Commit

Permalink
fix: make --edition 2021 visible in --help
Browse files Browse the repository at this point in the history
  • Loading branch information
outloudvi authored and calebcartwright committed Jul 27, 2021
1 parent 541aeba commit dc9c17a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ fn make_opts() -> Options {
found reverts to the input file path",
"[Path for the configuration file]",
);
opts.optopt("", "edition", "Rust edition to use", "[2015|2018]");
opts.optopt("", "edition", "Rust edition to use", "[2015|2018|2021]");
opts.optopt(
"",
"color",
Expand Down

0 comments on commit dc9c17a

Please sign in to comment.