Skip to content

Commit 9fe8fa5

Browse files
authored
Merge pull request #512 from azaleacolburn/remove-unsafe-guidelines
Remove references to outdated unsafe code guidelines
2 parents c4a05bb + c534193 commit 9fe8fa5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/other-reprs.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Alternative representations
22

33
Rust allows you to specify alternative data layout strategies from the default.
4-
There's also the [unsafe code guidelines] (note that it's **NOT** normative).
54

65
## repr(C)
76

@@ -160,7 +159,6 @@ kinds of concurrent code).
160159
This is a modifier on `repr(C)` and `repr(Rust)`. It is incompatible with
161160
`repr(packed)`.
162161

163-
[unsafe code guidelines]: https://rust-lang.github.io/unsafe-code-guidelines/layout.html
164162
[drop flags]: drop-flags.html
165163
[ub loads]: https://github.com/rust-lang/rust/issues/27060
166164
[issue-60405]: https://github.com/rust-lang/rust/issues/60405

0 commit comments

Comments
 (0)