fix: make --edition 2021 visible in --help
This commit is contained in:
parent
778f03530f
commit
e7fa07036f
@ -121,7 +121,7 @@ fn make_opts() -> Options {
|
|||||||
found reverts to the input file path",
|
found reverts to the input file path",
|
||||||
"[Path for the configuration file]",
|
"[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(
|
opts.optopt(
|
||||||
"",
|
"",
|
||||||
"color",
|
"color",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user