Rollup merge of #110124 - Nilstrieb:📎-told-me-so, r=compiler-errors
Some clippy fixes in the compiler
Best reviewed commit-by-commit 📎.
This commit is contained in:
commit
97921abc06
54 changed files with 141 additions and 139 deletions
|
@ -1426,7 +1426,7 @@ pub fn rustc_short_optgroups() -> Vec<RustcOptGroup> {
|
|||
opt::opt_s(
|
||||
"",
|
||||
"edition",
|
||||
&*EDITION_STRING,
|
||||
&EDITION_STRING,
|
||||
EDITION_NAME_LIST,
|
||||
),
|
||||
opt::multi_s(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue