Skip to content

Commit 7aa3583

Browse files
authored
Merge pull request #2230 from tshepang/patch-3
typo
2 parents 7b06f9e + e79026b commit 7aa3583

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/behavior-considered-undefined.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ called *sound*; if `unsafe` code can be misused by safe code to exhibit
1616
undefined behavior, it is *unsound*.
1717

1818
> [!WARNING]
19-
> The following list is not exhaustive; it may grow or shrink. There is no formal model of Rust's semantics for what is and is not allowed in unsafe code, so there may be more behavior considered unsafe. We also reserve the right to make some of the behavior in that list defined in the future. In other words, this list does not say that anything will *definitely* always be undefined in all future Rust version (but we might make such commitments for some list items in the future).
19+
> The following list is not exhaustive; it may grow or shrink. There is no formal model of Rust's semantics for what is and is not allowed in unsafe code, so there may be more behavior considered unsafe. We also reserve the right to make some of the behavior in that list defined in the future. In other words, this list does not say that anything will *definitely* always be undefined in all future Rust versions (but we might make such commitments for some list items in the future).
2020
>
2121
> Please read the [Rustonomicon] before writing unsafe code.
2222

0 commit comments

Comments
 (0)