Skip to content

Commit 1fe0faa

Browse files
committed
Fix header link for The Rust Representation
1 parent da0f6da commit 1fe0faa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/type-layout.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,8 @@ not change the layout of the fields themselves. For example, a struct with a
207207
`C` representation that contains a struct `Inner` with the default
208208
representation will not change the layout of `Inner`.
209209

210-
### <a id="the-default-representation"></a> The `Rust` Representation
210+
<a id="the-default-representation"></a>
211+
### The `Rust` Representation
211212

212213
r[layout.repr.rust]
213214

0 commit comments

Comments
 (0)