Fix whitespace in rustdoc type_layout.html
This commit is contained in:
parent
af68593179
commit
2eb17581ac
@ -9,12 +9,12 @@
|
|||||||
<strong>Note:</strong> Most layout information is <strong>completely {#+ #}
|
<strong>Note:</strong> Most layout information is <strong>completely {#+ #}
|
||||||
unstable</strong> and may even differ between compilations. {#+ #}
|
unstable</strong> and may even differ between compilations. {#+ #}
|
||||||
The only exception is types with certain <code>repr(...)</code> {#+ #}
|
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> {#+ #}
|
<a href="https://doc.rust-lang.org/reference/type-layout.html">“Type Layout”</a> {#+ #}
|
||||||
chapter for details on type layout guarantees. {# #}
|
chapter for details on type layout guarantees. {# #}
|
||||||
</p> {# #}
|
</p> {# #}
|
||||||
</div> {# #}
|
</div> {# #}
|
||||||
<p><strong>Size:</strong> {{ type_layout_size|safe }}</p> {# #}
|
<p><strong>Size:</strong> {{+ type_layout_size|safe }}</p> {# #}
|
||||||
{% if !variants.is_empty() %}
|
{% if !variants.is_empty() %}
|
||||||
<p> {# #}
|
<p> {# #}
|
||||||
<strong>Size for each variant:</strong> {# #}
|
<strong>Size for each variant:</strong> {# #}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user