doc: Fix link of repr attribute

This commit is contained in:
らいどっと 2015-05-06 18:11:54 +09:00
parent 6afa669524
commit 085e1f489b

View file

@ -39,7 +39,7 @@ representation as a primitive. This allows using Rust `enum`s in FFI where C
`enum`s are also used, for most use cases. The attribute can also be applied
to `struct`s to get the same layout as a C struct would.
[repr]: reference.html#miscellaneous-attributes
[repr]: reference.html#ffi-attributes
## There is no GC