File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/librustdoc/html/templates Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,12 +9,12 @@ <h2 id="layout" class="small-section-header"> {# #}
99 < strong > Note:</ strong > Most layout information is < strong > completely {#+ #}
1010 unstable</ strong > and may even differ between compilations. {#+ #}
1111 The only exception is types with certain < code > repr(...)</ code > {#+ #}
12- attributes. Please see the Rust Reference’ s {#+ #}
12+ attributes. Please see the Rust Reference' s {#+ #}
1313 < a href ="https://doc.rust-lang.org/reference/type-layout.html "> “Type Layout”</ a > {#+ #}
1414 chapter for details on type layout guarantees. {# #}
1515 </ p > {# #}
1616 </ div > {# #}
17- < p > < strong > Size:</ strong > {{ type_layout_size|safe }}</ p > {# #}
17+ < p > < strong > Size:</ strong > {{+ type_layout_size|safe }}</ p > {# #}
1818 {% if !variants.is_empty() %}
1919 < p > {# #}
2020 < strong > Size for each variant:</ strong > {# #}
You can’t perform that action at this time.
0 commit comments