We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52dd59e commit 41a0f8cCopy full SHA for 41a0f8c
src/doc/rustdoc/src/command-line-arguments.md
@@ -381,7 +381,7 @@ the same CSS rules as the official `light` theme.
381
`--check-theme` flag, it discards all other flags and only performs the CSS rule
382
comparison operation.
383
384
-### `--crate-version`: control the crate version
+## `--crate-version`: control the crate version
385
386
Using this flag looks like this:
387
@@ -418,6 +418,8 @@ Rustdoc only supports Rust source code and Markdown input formats. If the
418
file ends in `.md` or `.markdown`, `rustdoc` treats it as a Markdown file.
419
Otherwise, it assumes that the input file is Rust.
420
421
+# Unstable command line arguments
422
+
423
## `--nocapture`
424
425
When this flag is used with `--test`, the output (stdout and stderr) of your tests won't be
0 commit comments