File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
tests/run-make/rustdoc-default-output Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -189,6 +189,10 @@ Options:
189
189
--include-parts-dir path/to/doc.parts/<crate-name>
190
190
Includes trait implementations and other crate info
191
191
from provided path. Only use with --merge=finalize
192
+ --html-no-source
193
+ Disable HTML source code pages generation
194
+ --doctest-compilation-args add arguments to be used when compiling doctests
195
+
192
196
--disable-minification
193
197
removed
194
198
--plugin-path DIR
@@ -209,8 +213,6 @@ Options:
209
213
removed, see issue #44136
210
214
<https://github.com/rust-lang/rust/issues/44136> for
211
215
more information
212
- --html-no-source
213
- Disable HTML source code pages generation
214
216
215
217
@path Read newline separated options from `path`
216
218
You can’t perform that action at this time.
0 commit comments