From 1db6a846aa3f13307c155cce4ee09f7e7f40e953 Mon Sep 17 00:00:00 2001 From: Travis Cross Date: Sun, 30 Aug 2026 00:03:52 +0000 Subject: [PATCH] Fix heading level of the `verbatim` modifier section The section for the `verbatim` linking modifier is h3 when it should be h4 (as its siblings are). Let's fix that. --- src/items/external-blocks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/items/external-blocks.md b/src/items/external-blocks.md index 8218b8f1c3..1777006a3d 100644 --- a/src/items/external-blocks.md +++ b/src/items/external-blocks.md @@ -340,7 +340,7 @@ The default for this modifier is `-whole-archive`. More implementation details about this modifier can be found in [`whole-archive` documentation for rustc]. r[items.extern.attributes.link.modifiers.verbatim] -### Linking modifiers: `verbatim` +#### Linking modifiers: `verbatim` r[items.extern.attributes.link.modifiers.verbatim.allowed-kinds] This modifier is compatible with all linking kinds.