We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 778f035 commit e7fa070Copy full SHA for e7fa070
src/bin/main.rs
@@ -121,7 +121,7 @@ fn make_opts() -> Options {
121
found reverts to the input file path",
122
"[Path for the configuration file]",
123
);
124
- opts.optopt("", "edition", "Rust edition to use", "[2015|2018]");
+ opts.optopt("", "edition", "Rust edition to use", "[2015|2018|2021]");
125
opts.optopt(
126
"",
127
"color",
0 commit comments