From 085e1f489b1cc830cdcf3d43cb80754647dceabf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=89=E3=81=84=E3=81=A9=E3=81=A3=E3=81=A8?= Date: Wed, 6 May 2015 18:11:54 +0900 Subject: [PATCH] doc: Fix link of repr attribute --- src/doc/complement-design-faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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