@@ -153,7 +153,7 @@ fn opts() -> Vec<RustcOptGroup> {
153
153
"" ,
154
154
"passes" ,
155
155
"list of passes to also run, you might want to pass it multiple times; a value of \
156
- `list` will print available passes",
156
+ `list` will print available passes",
157
157
"PASSES" ,
158
158
)
159
159
} ) ,
@@ -183,7 +183,7 @@ fn opts() -> Vec<RustcOptGroup> {
183
183
"" ,
184
184
"html-in-header" ,
185
185
"files to include inline in the <head> section of a rendered Markdown file \
186
- or generated documentation",
186
+ or generated documentation",
187
187
"FILES" ,
188
188
)
189
189
} ) ,
@@ -192,7 +192,7 @@ fn opts() -> Vec<RustcOptGroup> {
192
192
"" ,
193
193
"html-before-content" ,
194
194
"files to include inline between <body> and the content of a rendered \
195
- Markdown file or generated documentation",
195
+ Markdown file or generated documentation",
196
196
"FILES" ,
197
197
)
198
198
} ) ,
@@ -201,7 +201,7 @@ fn opts() -> Vec<RustcOptGroup> {
201
201
"" ,
202
202
"html-after-content" ,
203
203
"files to include inline between the content and </body> of a rendered \
204
- Markdown file or generated documentation",
204
+ Markdown file or generated documentation",
205
205
"FILES" ,
206
206
)
207
207
} ) ,
@@ -210,7 +210,7 @@ fn opts() -> Vec<RustcOptGroup> {
210
210
"" ,
211
211
"markdown-before-content" ,
212
212
"files to include inline between <body> and the content of a rendered \
213
- Markdown file or generated documentation",
213
+ Markdown file or generated documentation",
214
214
"FILES" ,
215
215
)
216
216
} ) ,
@@ -219,7 +219,7 @@ fn opts() -> Vec<RustcOptGroup> {
219
219
"" ,
220
220
"markdown-after-content" ,
221
221
"files to include inline between the content and </body> of a rendered \
222
- Markdown file or generated documentation",
222
+ Markdown file or generated documentation",
223
223
"FILES" ,
224
224
)
225
225
} ) ,
@@ -234,8 +234,8 @@ fn opts() -> Vec<RustcOptGroup> {
234
234
"e" ,
235
235
"extend-css" ,
236
236
"To add some CSS rules with a given file to generate doc with your \
237
- own theme. However, your theme might break if the rustdoc's generated HTML \
238
- changes, so be careful!",
237
+ own theme. However, your theme might break if the rustdoc's generated HTML \
238
+ changes, so be careful!",
239
239
"PATH" ,
240
240
)
241
241
} ) ,
@@ -248,7 +248,7 @@ fn opts() -> Vec<RustcOptGroup> {
248
248
"" ,
249
249
"playground-url" ,
250
250
"URL to send code snippets to, may be reset by --markdown-playground-url \
251
- or `#![doc(html_playground_url=...)]`",
251
+ or `#![doc(html_playground_url=...)]`",
252
252
"URL" ,
253
253
)
254
254
} ) ,
@@ -281,7 +281,7 @@ fn opts() -> Vec<RustcOptGroup> {
281
281
"" ,
282
282
"resource-suffix" ,
283
283
"suffix to add to CSS and JavaScript files, e.g., \" light.css\" will become \
284
- \" light-suffix.css\" ",
284
+ \" light-suffix.css\" ",
285
285
"PATH" ,
286
286
)
287
287
} ) ,
@@ -343,7 +343,7 @@ fn opts() -> Vec<RustcOptGroup> {
343
343
"" ,
344
344
"static-root-path" ,
345
345
"Path string to force loading static files from in output pages. \
346
- If not set, uses combinations of '../' to reach the documentation root.",
346
+ If not set, uses combinations of '../' to reach the documentation root.",
347
347
"PATH" ,
348
348
)
349
349
} ) ,
0 commit comments