]> git.lizzy.rs Git - rust.git/commitdiff
book: Fix broken link to unsafe chapter
authordiwic <diwic@users.noreply.github.com>
Sun, 26 Apr 2015 18:32:14 +0000 (20:32 +0200)
committerdiwic <diwic@users.noreply.github.com>
Sun, 26 Apr 2015 18:32:14 +0000 (20:32 +0200)
src/doc/trpl/const-and-static.md

index a9d33ccf1f30ddc5c1eb1743712a1d29a1295fbb..57cbb6213963a9dff2fe4688912122767926c59b 100644 (file)
@@ -66,6 +66,8 @@ unsafe {
 }
 ```
 
+[unsafe]: unsafe.html
+
 Furthermore, any type stored in a `static` must be `Sync`.
 
 # Initializing