Skip to content

Commit d2d8898

Browse files
committed
book: Fix broken link to unsafe chapter
1 parent 314b1f1 commit d2d8898

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/doc/trpl/const-and-static.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ unsafe {
6666
}
6767
```
6868

69+
[unsafe]: unsafe.html
70+
6971
Furthermore, any type stored in a `static` must be `Sync`.
7072

7173
# Initializing

0 commit comments

Comments
 (0)