We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 48a079f + 0e9ed9b commit 8f643f0Copy full SHA for 8f643f0
src/behavior-considered-undefined.md
@@ -49,7 +49,7 @@ code.
49
* Invalid metadata in a wide reference, `Box<T>`, or raw pointer:
50
* `dyn Trait` metadata is invalid if it is not a pointer to a vtable for
51
`Trait` that matches the actual dynamic trait the pointer or reference points to.
52
- * Slice metadata is invalid if if the length is not a valid `usize`
+ * Slice metadata is invalid if the length is not a valid `usize`
53
(i.e., it must not be read from uninitialized memory).
54
* Non-UTF-8 byte sequences in a `str`.
55
* Invalid values for a type with a custom definition of invalid values.
0 commit comments