Rollup merge of #71883 - Dante-Broggi:patch-1, r=Dylan-DPC

add a missing "at" in a comment
This commit is contained in:
Dylan DPC 2020-05-05 01:49:46 +02:00 committed by GitHub
commit 4b0b6e357b
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,