manual: fix link

This commit is contained in:
Corey Richardson 2014-05-29 12:41:58 -07:00
parent bc19a77631
commit c630d96166
1 changed files with 1 additions and 1 deletions

View File

@ -1309,7 +1309,7 @@ let c = [Cookie, Cookie, Cookie, Cookie];
~~~~
The precise memory layout of a structure is not specified. One can specify a
particular layout using the [`repr` attribute](
particular layout using the [`repr` attribute](#ffi-attributes).
By using the `struct_inherit` feature gate, structures may use single inheritance. A Structure may only
inherit from a single other structure, called the _super-struct_. The inheriting structure (sub-struct)