From 2831cca24c4db43b8197357bea5ccc4882f410a4 Mon Sep 17 00:00:00 2001 From: David Wood Date: Wed, 27 Nov 2024 14:47:49 +0000 Subject: [PATCH] fix heading level of alternative --- text/3729-sized-hierarchy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/text/3729-sized-hierarchy.md b/text/3729-sized-hierarchy.md index 166e388c8a4..d2e72feed57 100644 --- a/text/3729-sized-hierarchy.md +++ b/text/3729-sized-hierarchy.md @@ -1008,7 +1008,7 @@ After the edition migration, the default bound is | `ValueSized` | `?const ValueSized` | | `Pointee` | `?ValueSized` | -# Why not re-use `std::ptr::Pointee`? +## Why not re-use `std::ptr::Pointee`? [why-not-re-use-stdptrpointee]: #why-not-re-use-stdptrpointee `Pointee` is distinct from the existing unstable trait [`std::ptr::Pointee`][api_pointee]