File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -381,7 +381,7 @@ the same CSS rules as the official `light` theme.
381381` --check-theme ` flag, it discards all other flags and only performs the CSS rule
382382comparison operation.
383383
384- ### ` --crate-version ` : control the crate version
384+ ## ` --crate-version ` : control the crate version
385385
386386Using this flag looks like this:
387387
@@ -418,6 +418,8 @@ Rustdoc only supports Rust source code and Markdown input formats. If the
418418file ends in ` .md ` or ` .markdown ` , ` rustdoc ` treats it as a Markdown file.
419419Otherwise, it assumes that the input file is Rust.
420420
421+ # Unstable command line arguments
422+
421423## ` --nocapture `
422424
423425When this flag is used with ` --test ` , the output (stdout and stderr) of your tests won't be
You can’t perform that action at this time.
0 commit comments