Skip to content

Commit 4a8fa18

Browse files
authored
add a missing word
1 parent 6318d24 commit 4a8fa18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_middle/ty/layout.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2607,7 +2607,7 @@ where
26072607

26082608
// `Box` (`UniqueBorrowed`) are not necessarily dereferenceable
26092609
// for the entire duration of the function as they can be deallocated
2610-
// any time. Set their valid size to 0.
2610+
// at any time. Set their valid size to 0.
26112611
attrs.pointee_size = match kind {
26122612
PointerKind::UniqueOwned => Size::ZERO,
26132613
_ => pointee.size,

0 commit comments

Comments
 (0)