diff options
| author | diwic <diwic@users.noreply.github.com> | 2015-04-26 20:32:14 +0200 |
|---|---|---|
| committer | diwic <diwic@users.noreply.github.com> | 2015-04-26 20:32:14 +0200 |
| commit | d2d8898423927e3bfe07ad4f06f4b203deef5da5 (patch) | |
| tree | b0744361b2a827af10559e09f15cdce9b2297be9 /src/doc | |
| parent | 314b1f16b7d359be42ef38d96523b33ad1480380 (diff) | |
| download | rust-d2d8898423927e3bfe07ad4f06f4b203deef5da5.tar.gz rust-d2d8898423927e3bfe07ad4f06f4b203deef5da5.zip | |
book: Fix broken link to unsafe chapter
Diffstat (limited to 'src/doc')
| -rw-r--r-- | src/doc/trpl/const-and-static.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/doc/trpl/const-and-static.md b/src/doc/trpl/const-and-static.md index a9d33ccf1f3..57cbb621396 100644 --- a/src/doc/trpl/const-and-static.md +++ b/src/doc/trpl/const-and-static.md @@ -66,6 +66,8 @@ unsafe { } ``` +[unsafe]: unsafe.html + Furthermore, any type stored in a `static` must be `Sync`. # Initializing |
