From d2d8898423927e3bfe07ad4f06f4b203deef5da5 Mon Sep 17 00:00:00 2001 From: diwic Date: Sun, 26 Apr 2015 20:32:14 +0200 Subject: [PATCH] book: Fix broken link to unsafe chapter --- src/doc/trpl/const-and-static.md | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.44.0