Skip to content

Commit c630d96

Browse files
committed
manual: fix link
1 parent bc19a77 commit c630d96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/rust.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1309,7 +1309,7 @@ let c = [Cookie, Cookie, Cookie, Cookie];
13091309
~~~~
13101310

13111311
The precise memory layout of a structure is not specified. One can specify a
1312-
particular layout using the [`repr` attribute](
1312+
particular layout using the [`repr` attribute](#ffi-attributes).
13131313

13141314
By using the `struct_inherit` feature gate, structures may use single inheritance. A Structure may only
13151315
inherit from a single other structure, called the _super-struct_. The inheriting structure (sub-struct)

0 commit comments

Comments
 (0)