We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c941723 commit b8344efCopy full SHA for b8344ef
src/what-unsafe-does.md
@@ -37,7 +37,6 @@ language cares about is preventing the following things:
37
`Trait` that matches the actual dynamic trait the pointer or reference points to
38
* slice metadata is invalid if the length is not a valid `usize`
39
(i.e., it must not be read from uninitialized memory)
40
- * a `str` that isn't valid UTF-8
41
* a type with custom invalid values that is one of those values, such as a
42
`NonNull` that is null. (Requesting custom invalid values is an unstable
43
feature, but some stable libstd types, like `NonNull`, make use of it.)
0 commit comments