mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
Rollup merge of #71883 - Dante-Broggi:patch-1, r=Dylan-DPC
add a missing "at" in a comment
This commit is contained in:
commit
4b0b6e357b
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user