File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
reference/src/representation Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -310,9 +310,9 @@ may never be NULL, and hence defines a niche consisting of the
310
310
bitstring `0`. Similarly, the standard library types [`NonZeroU8`]
311
311
and friends may never be zero, and hence also define the value of `0`
312
312
as a niche. (Types that define niche values will say so as part of the
313
- description of their representation invariant, which -- as of this
314
- writing -- are the next topic up for discussion in the unsafe code
315
- guidelines process.)
313
+ description of their validity invariant, which -- as of this writing
314
+ -- are the next topic up for discussion in the unsafe code guidelines
315
+ process.)
316
316
317
317
[`NonZeroU8`]: https://doc.rust-lang.org/std/num/struct.NonZeroU8.html
318
318
You can’t perform that action at this time.
0 commit comments