Skip to content

Commit ac4c55e

Browse files
committed
unsafety
1 parent 093380a commit ac4c55e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/doc/reference/src/unsafety.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ guarantees of Rust's static semantics.
66
The following language level features cannot be used in the safe subset of
77
Rust:
88

9-
- Dereferencing a [raw pointer](#pointer-types).
10-
- Reading or writing a [mutable static variable](#mutable-statics).
9+
- Dereferencing a [raw pointer](types.html#pointer-types).
10+
- Reading or writing a [mutable static variable](items.html#mutable-statics).
1111
- Calling an unsafe function (including an intrinsic or foreign function).

0 commit comments

Comments
 (0)