Skip to content

Commit

Permalink
Merge pull request #110 from jrvidal/bindgen-link
Browse files Browse the repository at this point in the history
Fixes outdated bindgen link
  • Loading branch information
Gankra authored Feb 26, 2019
2 parents 7c716d3 + a89bf29 commit 882c2bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/other-reprs.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,11 +143,11 @@ This is a modifier on `repr(C)` and `repr(rust)`. It is incompatible with



[reference]: https://github.com/rust-rfcs/unsafe-code-guidelines/tree/master/reference/src/representation
[reference]: https://github.com/rust-rfcs/unsafe-code-guidelines/tree/master/reference/src/representation.md
[drop flags]: drop-flags.html
[ub loads]: https://github.com/rust-lang/rust/issues/27060
[`UnsafeCell`]: ../std/cell/struct.UnsafeCell.html
[rfc-transparent]: https://github.com/rust-lang/rfcs/blob/master/text/1758-repr-transparent.md
[really-tagged]: https://github.com/rust-lang/rfcs/blob/master/text/2195-really-tagged-unions.md
[rust-bindgen]: https://rust-lang-nursery.github.io/rust-bindgen/
[rust-bindgen]: https://rust-lang.github.io/rust-bindgen/
[cbindgen]: https://github.com/eqrion/cbindgen

0 comments on commit 882c2bf

Please sign in to comment.