Skip to content

Commit 57399e2

Browse files
committed
Fix inconsistent heading level in the rustdoc book
1 parent 71a4add commit 57399e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/rustdoc/src/unstable-features.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ Some methodology notes about what rustdoc counts in this metric:
349349
Public items that are not documented can be seen with the built-in `missing_docs` lint. Private
350350
items that are not documented can be seen with Clippy's `missing_docs_in_private_items` lint.
351351

352-
## `-w`/`--output-format`: output format
352+
### `-w`/`--output-format`: output format
353353

354354
When using
355355
[`--show-coverage`](https://doc.rust-lang.org/nightly/rustdoc/unstable-features.html#--show-coverage-get-statistics-about-code-documentation-coverage),

0 commit comments

Comments
 (0)