Skip to content

Commit 42897dd

Browse files
authored
Update link for reading uninitialized memory in Rust
1 parent 3522c8b commit 42897dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/coding-guidelines/values.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Values
3131
:status: draft
3232

3333
Rust’s memory model requires that all bytes are initialized before a typed value may be constructed.
34-
Reading uninitialized memory:
34+
`Reading uninitialized memory <https://doc.rust-lang.org/nomicon/uninitialized.html>`_:
3535

3636
- creates undefined behavior for most types,
3737
- may violate niche or discriminant validity,

0 commit comments

Comments
 (0)