From 2eb17581ac05b3cab24fa2f96d9bf6f3ae17ad9b Mon Sep 17 00:00:00 2001
From: DaniPopes <57450786+DaniPopes@users.noreply.github.com>
Date: Mon, 25 Sep 2023 17:04:51 +0200
Subject: [PATCH] Fix whitespace in rustdoc type_layout.html
---
src/librustdoc/html/templates/type_layout.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/librustdoc/html/templates/type_layout.html b/src/librustdoc/html/templates/type_layout.html
index 287cbab07d2..b8b7785a2a1 100644
--- a/src/librustdoc/html/templates/type_layout.html
+++ b/src/librustdoc/html/templates/type_layout.html
@@ -9,12 +9,12 @@
Note: Most layout information is completely {#+ #}
unstable and may even differ between compilations. {#+ #}
The only exception is types with certain repr(...)
{#+ #}
- attributes. Please see the Rust Reference’s {#+ #}
+ attributes. Please see the Rust Reference's {#+ #}
“Type Layout” {#+ #}
chapter for details on type layout guarantees. {# #}
Size: {{ type_layout_size|safe }}
{# #} +Size: {{+ type_layout_size|safe }}
{# #} {% if !variants.is_empty() %}{# #} Size for each variant: {# #}