diff options
| author | らいどっと <ryogo.yoshimura@gmail.com> | 2015-05-06 18:11:54 +0900 |
|---|---|---|
| committer | らいどっと <ryogo.yoshimura@gmail.com> | 2015-05-06 18:11:54 +0900 |
| commit | 085e1f489b1cc830cdcf3d43cb80754647dceabf (patch) | |
| tree | 53cf880028427b2c23b98464263948b48fa5c69d | |
| parent | 6afa669524f550744834b5cd031dc3918e65905f (diff) | |
| download | rust-085e1f489b1cc830cdcf3d43cb80754647dceabf.tar.gz rust-085e1f489b1cc830cdcf3d43cb80754647dceabf.zip | |
doc: Fix link of repr attribute
| -rw-r--r-- | src/doc/complement-design-faq.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/complement-design-faq.md b/src/doc/complement-design-faq.md index 952416ac160..1a0155d4773 100644 --- a/src/doc/complement-design-faq.md +++ b/src/doc/complement-design-faq.md @@ -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 |
