mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 09:53:04 +03:00
fix: make --edition 2021 visible in --help
This commit is contained in:
committed by
Caleb Cartwright
parent
778f03530f
commit
e7fa07036f
+1
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user