1
Fork 0

Update some old references to rust.md

This commit is contained in:
Keegan McAllister 2014-09-25 13:36:43 -07:00
parent e3828026d5
commit dfcfd008fa
3 changed files with 3 additions and 3 deletions

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]: rust.html#miscellaneous-attributes
[repr]: reference.html#miscellaneous-attributes
## There is no GC