@@ -165,9 +165,8 @@ fn opts() -> Vec<RustcOptGroup> {
165
165
o. optmulti(
166
166
"" ,
167
167
"passes" ,
168
- "list of passes to also run, you might want \
169
- to pass it multiple times; a value of `list` \
170
- will print available passes",
168
+ "list of passes to also run, you might want to pass it multiple times; a value of \
169
+ `list` will print available passes",
171
170
"PASSES" ,
172
171
)
173
172
} ) ,
@@ -248,8 +247,8 @@ fn opts() -> Vec<RustcOptGroup> {
248
247
"e" ,
249
248
"extend-css" ,
250
249
"To add some CSS rules with a given file to generate doc with your \
251
- own theme. However, your theme might break if the rustdoc's generated HTML \
252
- changes, so be careful!",
250
+ own theme. However, your theme might break if the rustdoc's generated HTML \
251
+ changes, so be careful!",
253
252
"PATH" ,
254
253
)
255
254
} ) ,
@@ -262,7 +261,7 @@ fn opts() -> Vec<RustcOptGroup> {
262
261
"" ,
263
262
"playground-url" ,
264
263
"URL to send code snippets to, may be reset by --markdown-playground-url \
265
- or `#![doc(html_playground_url=...)]`",
264
+ or `#![doc(html_playground_url=...)]`",
266
265
"URL" ,
267
266
)
268
267
} ) ,
@@ -276,8 +275,7 @@ fn opts() -> Vec<RustcOptGroup> {
276
275
o. optflag(
277
276
"" ,
278
277
"sort-modules-by-appearance" ,
279
- "sort modules by where they appear in the \
280
- program, rather than alphabetically",
278
+ "sort modules by where they appear in the program, rather than alphabetically" ,
281
279
)
282
280
} ) ,
283
281
stable( "theme" , |o| {
@@ -358,7 +356,7 @@ fn opts() -> Vec<RustcOptGroup> {
358
356
"" ,
359
357
"static-root-path" ,
360
358
"Path string to force loading static files from in output pages. \
361
- If not set, uses combinations of '../' to reach the documentation root.",
359
+ If not set, uses combinations of '../' to reach the documentation root.",
362
360
"PATH" ,
363
361
)
364
362
} ) ,
0 commit comments