Rollup merge of #73315 - GuillaumeGomez:clean-up-config-strs, r=kinnison
Clean up some weird command strings r? @kinnison
This commit is contained in:
commit
ed92b6a633
@ -165,9 +165,8 @@ fn opts() -> Vec<RustcOptGroup> {
|
|||||||
o.optmulti(
|
o.optmulti(
|
||||||
"",
|
"",
|
||||||
"passes",
|
"passes",
|
||||||
"list of passes to also run, you might want \
|
"list of passes to also run, you might want to pass it multiple times; a value of \
|
||||||
to pass it multiple times; a value of `list` \
|
`list` will print available passes",
|
||||||
will print available passes",
|
|
||||||
"PASSES",
|
"PASSES",
|
||||||
)
|
)
|
||||||
}),
|
}),
|
||||||
@ -276,8 +275,7 @@ fn opts() -> Vec<RustcOptGroup> {
|
|||||||
o.optflag(
|
o.optflag(
|
||||||
"",
|
"",
|
||||||
"sort-modules-by-appearance",
|
"sort-modules-by-appearance",
|
||||||
"sort modules by where they appear in the \
|
"sort modules by where they appear in the program, rather than alphabetically",
|
||||||
program, rather than alphabetically",
|
|
||||||
)
|
)
|
||||||
}),
|
}),
|
||||||
stable("theme", |o| {
|
stable("theme", |o| {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user