Skip to content

Commit c644a95

Browse files
committed
move link def.n
1 parent 00b13b0 commit c644a95

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/behavior-considered-undefined.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,6 @@ reading uninitialized memory is permitted are inside `union`s and in "padding"
6969
> vice versa, undefined behavior in Rust can cause adverse affects on code
7070
> executed by any FFI calls to other languages.
7171
72-
[place expression]: expressions.md#place-expressions-and-value-expressions
73-
7472
### Dangling pointers
7573
[dangling]: #dangling-pointers
7674

@@ -93,3 +91,4 @@ cannot be bigger than `isize::MAX` bytes.
9391
[Rustonomicon]: ../nomicon/index.html
9492
[`NonNull<T>`]: ../core/ptr/struct.NonNull.html
9593
[`NonZero*`]: ../core/num/index.html
94+
[place expression]: expressions.md#place-expressions-and-value-expressions

0 commit comments

Comments
 (0)