From 85a9cacbf9b259f391a44c9a48eca79d342a257e Mon Sep 17 00:00:00 2001 From: Roberto Vidal Date: Thu, 13 Dec 2018 15:20:19 +0100 Subject: [PATCH 1/2] Fixes outdated bindgen link --- src/other-reprs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/other-reprs.md b/src/other-reprs.md index 363c888..1db0363 100644 --- a/src/other-reprs.md +++ b/src/other-reprs.md @@ -149,5 +149,5 @@ This is a modifier on `repr(C)` and `repr(rust)`. It is incompatible with [`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 From a89bf29bb4960408241b578d237703cc5d6a6e2d Mon Sep 17 00:00:00 2001 From: Roberto Vidal Date: Mon, 25 Feb 2019 11:20:46 +0100 Subject: [PATCH 2/2] Fixes broken reference link --- src/other-reprs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/other-reprs.md b/src/other-reprs.md index 1db0363..abf63d4 100644 --- a/src/other-reprs.md +++ b/src/other-reprs.md @@ -143,7 +143,7 @@ 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