Skip to content

Commit 43a273f

Browse files
committed
Auto merge of #24844 - diwic:patch-1, r=steveklabnik
I figure I'd start easy with fixing a simple documentation bug. This is also a test to see that I got everything right w r t the fork/pull request process.
2 parents 5fb0259 + d2d8898 commit 43a273f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

+2
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)