Skip to content

Commit 4b0b6e3

Browse files
authored
Rollup merge of #71883 - Dante-Broggi:patch-1, r=Dylan-DPC
add a missing "at" in a comment
2 parents c1b2fd2 + 4a8fa18 commit 4b0b6e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_middle/ty/layout.rs

Lines changed: 1 addition & 1 deletion
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)