about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorNoah Lev <camelidcamel@gmail.com>2021-09-21 19:17:09 -0700
committerNoah Lev <camelidcamel@gmail.com>2021-09-21 19:17:31 -0700
commit57399e2c3999f4518f7b4b165e18bbcecc6df297 (patch)
treee4f1bd7c50b123449e445aa7f0386e8821d50f3b /src
parent71a4add26e39d9d1f45ab987741a99e465bb0f5e (diff)
downloadrust-57399e2c3999f4518f7b4b165e18bbcecc6df297.tar.gz
rust-57399e2c3999f4518f7b4b165e18bbcecc6df297.zip
Fix inconsistent heading level in the rustdoc book
Diffstat (limited to 'src')
-rw-r--r--src/doc/rustdoc/src/unstable-features.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustdoc/src/unstable-features.md b/src/doc/rustdoc/src/unstable-features.md
index d669230b8bf..91795997641 100644
--- a/src/doc/rustdoc/src/unstable-features.md
+++ b/src/doc/rustdoc/src/unstable-features.md
@@ -349,7 +349,7 @@ Some methodology notes about what rustdoc counts in this metric:
 Public items that are not documented can be seen with the built-in `missing_docs` lint. Private
 items that are not documented can be seen with Clippy's `missing_docs_in_private_items` lint.
 
-## `-w`/`--output-format`: output format
+### `-w`/`--output-format`: output format
 
 When using
 [`--show-coverage`](https://doc.rust-lang.org/nightly/rustdoc/unstable-features.html#--show-coverage-get-statistics-about-code-documentation-coverage),