Skip to content

Commit fa58c27

Browse files
committed
remove confusing remark
1 parent e82b053 commit fa58c27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/pin.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@
188188
//! you do not accidentally use `self`/`this` in a way that is in conflict with pinning.
189189
//!
190190
//! Moreover, if your type is `#[repr(packed)]`, the compiler will automatically
191-
//! move fields around to be able to drop them. In a packed struct, it might even do
191+
//! move fields around to be able to drop them. It might even do
192192
//! that for fields that happen to be sufficiently aligned. As a consequence, you cannot use
193193
//! pinning with a `#[repr(packed)]` type.
194194
//!

0 commit comments

Comments
 (0)