add a missing word

This commit is contained in:
Dante Broggi 2020-05-04 11:42:57 -04:00 committed by GitHub
parent 6318d24ad8
commit 4a8fa18977
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2607,7 +2607,7 @@ where
// `Box` (`UniqueBorrowed`) are not necessarily dereferenceable
// 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 {
PointerKind::UniqueOwned => Size::ZERO,
_ => pointee.size,