add a missing word
This commit is contained in:
parent
6318d24ad8
commit
4a8fa18977
1 changed files with 1 additions and 1 deletions
|
@ -2607,7 +2607,7 @@ where
|
||||||
|
|
||||||
// `Box` (`UniqueBorrowed`) are not necessarily dereferenceable
|
// `Box` (`UniqueBorrowed`) are not necessarily dereferenceable
|
||||||
// for the entire duration of the function as they can be deallocated
|
// for the entire duration of the function as they can be deallocated
|
||||||
// any time. Set their valid size to 0.
|
// at any time. Set their valid size to 0.
|
||||||
attrs.pointee_size = match kind {
|
attrs.pointee_size = match kind {
|
||||||
PointerKind::UniqueOwned => Size::ZERO,
|
PointerKind::UniqueOwned => Size::ZERO,
|
||||||
_ => pointee.size,
|
_ => pointee.size,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue