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:
189189 --include-parts-dir path/to/doc.parts/<crate-name>
190190 Includes trait implementations and other crate info
191191 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+
192196 --disable-minification
193197 removed
194198 --plugin-path DIR
@@ -209,8 +213,6 @@ Options:
209213 removed, see issue #44136
210214 <https://github.com/rust-lang/rust/issues/44136> for
211215 more information
212- --html-no-source
213- Disable HTML source code pages generation
214216
215217 @path Read newline separated options from `path`
216218
You can’t perform that action at this time.
0 commit comments