File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ if false {
180180> _ UnsafeBlockExpression_ :\
181181>   ;  ; ` unsafe ` _ BlockExpression_
182182
183- _ See [ ` unsafe ` block ] ( ../unsafe- blocks.md ) for more information on when to use ` unsafe ` _
183+ _ See [ ` unsafe ` blocks] for more information on when to use ` unsafe ` _ .
184184
185185A block of code can be prefixed with the ` unsafe ` keyword to permit [ unsafe operations] .
186186Examples:
@@ -233,6 +233,7 @@ fn is_unix_platform() -> bool {
233233[ `loop` ] : loop-expr.md#infinite-loops
234234[ `std::ops::Fn` ] : ../../std/ops/trait.Fn.html
235235[ `std::future::Future` ] : ../../std/future/trait.Future.html
236+ [ `unsafe` blocks ] : ../unsafe-keyword.md#unsafe-blocks-unsafe-
236237[ `while let` ] : loop-expr.md#predicate-pattern-loops
237238[ `while` ] : loop-expr.md#predicate-loops
238239[ array expressions ] : array-expr.md
You can’t perform that action at this time.
0 commit comments