From 0aad8bb6e5a581b838d74e53cf64e9eecac12b66 Mon Sep 17 00:00:00 2001 From: "Taylor C. Richberger" Date: Sat, 14 Mar 2026 10:58:32 -0600 Subject: [PATCH] [spec] fix _binary-mut anchor to point to the place it's defined The comptype section actually defines mut, but clicking a mut link takes you to the global section. --- document/core/binary/types.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/document/core/binary/types.rst b/document/core/binary/types.rst index 4ea3ce6a7f..49043ed949 100644 --- a/document/core/binary/types.rst +++ b/document/core/binary/types.rst @@ -100,6 +100,7 @@ $${grammar: Bresulttype} pair: binary format; field type pair: binary format; storage type pair: binary format; packed type +.. _binary-mut: .. _binary-comptype: .. _binary-aggrtype: .. _binary-functype: @@ -163,7 +164,6 @@ $${grammar: Btagtype} .. index:: global type, mutability, value type pair: binary format; global type pair: binary format; mutability -.. _binary-mut: .. _binary-globaltype: Global Types