Skip to content

Commit

Permalink
doc: Fix link of repr attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
rydotyosh committed May 6, 2015
1 parent 6afa669 commit 085e1f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/complement-design-faq.md
Expand Up @@ -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

Expand Down

0 comments on commit 085e1f4

Please sign in to comment.