From 5fcd2f72feefa22e2c304301a67f448fde21bb7e Mon Sep 17 00:00:00 2001 From: est31 Date: Mon, 25 Jul 2022 00:35:58 +0200 Subject: Add a clickable link to the layout section --- src/librustdoc/html/markdown.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/librustdoc/html/markdown.rs') diff --git a/src/librustdoc/html/markdown.rs b/src/librustdoc/html/markdown.rs index 4170c73b246..52a2effca0f 100644 --- a/src/librustdoc/html/markdown.rs +++ b/src/librustdoc/html/markdown.rs @@ -1485,6 +1485,7 @@ fn init_id_map() -> FxHashMap, usize> { map.insert("synthetic-implementations-list".into(), 1); map.insert("blanket-implementations-list".into(), 1); map.insert("deref-methods".into(), 1); + map.insert("layout".into(), 1); map } -- cgit 1.4.1-3-g733a5