diff options
| author | DaniPopes <57450786+DaniPopes@users.noreply.github.com> | 2023-09-25 17:04:51 +0200 |
|---|---|---|
| committer | DaniPopes <57450786+DaniPopes@users.noreply.github.com> | 2023-09-25 17:04:51 +0200 |
| commit | 2eb17581ac05b3cab24fa2f96d9bf6f3ae17ad9b (patch) | |
| tree | 94fe7888f854dbf79bde57ad9a4000e53ebc40dd | |
| parent | af685931799459879b2a8995524755a06ffb5eec (diff) | |
| download | rust-2eb17581ac05b3cab24fa2f96d9bf6f3ae17ad9b.tar.gz rust-2eb17581ac05b3cab24fa2f96d9bf6f3ae17ad9b.zip | |
Fix whitespace in rustdoc type_layout.html
| -rw-r--r-- | src/librustdoc/html/templates/type_layout.html | 4 |
1 files 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 @@ <strong>Note:</strong> Most layout information is <strong>completely {#+ #} unstable</strong> and may even differ between compilations. {#+ #} The only exception is types with certain <code>repr(...)</code> {#+ #} - attributes. Please see the Rust Reference’s {#+ #} + attributes. Please see the Rust Reference's {#+ #} <a href="https://doc.rust-lang.org/reference/type-layout.html">“Type Layout”</a> {#+ #} chapter for details on type layout guarantees. {# #} </p> {# #} </div> {# #} - <p><strong>Size:</strong> {{ type_layout_size|safe }}</p> {# #} + <p><strong>Size:</strong> {{+ type_layout_size|safe }}</p> {# #} {% if !variants.is_empty() %} <p> {# #} <strong>Size for each variant:</strong> {# #} |
