File tree 1 file changed +2
-2
lines changed
src/librustdoc/html/templates
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"> {# #}
9
9
< strong > Note:</ strong > Most layout information is < strong > completely {#+ #}
10
10
unstable</ strong > and may even differ between compilations. {#+ #}
11
11
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 {#+ #}
13
13
< a href ="https://doc.rust-lang.org/reference/type-layout.html "> “Type Layout”</ a > {#+ #}
14
14
chapter for details on type layout guarantees. {# #}
15
15
</ p > {# #}
16
16
</ div > {# #}
17
- < p > < strong > Size:</ strong > {{ type_layout_size|safe }}</ p > {# #}
17
+ < p > < strong > Size:</ strong > {{+ type_layout_size|safe }}</ p > {# #}
18
18
{% if !variants.is_empty() %}
19
19
< p > {# #}
20
20
< strong > Size for each variant:</ strong > {# #}
You can’t perform that action at this time.
0 commit comments