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 {
180
180
> _ UnsafeBlockExpression_ :\
181
181
>   ;  ; ` unsafe ` _ BlockExpression_
182
182
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 ` _ .
184
184
185
185
A block of code can be prefixed with the ` unsafe ` keyword to permit [ unsafe operations] .
186
186
Examples:
@@ -233,6 +233,7 @@ fn is_unix_platform() -> bool {
233
233
[ `loop` ] : loop-expr.md#infinite-loops
234
234
[ `std::ops::Fn` ] : ../../std/ops/trait.Fn.html
235
235
[ `std::future::Future` ] : ../../std/future/trait.Future.html
236
+ [ `unsafe` blocks ] : ../unsafe-keyword.md#unsafe-blocks-unsafe-
236
237
[ `while let` ] : loop-expr.md#predicate-pattern-loops
237
238
[ `while` ] : loop-expr.md#predicate-loops
238
239
[ array expressions ] : array-expr.md
You can’t perform that action at this time.
0 commit comments