We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e82b053 commit fa58c27Copy full SHA for fa58c27
src/libcore/pin.rs
@@ -188,7 +188,7 @@
188
//! you do not accidentally use `self`/`this` in a way that is in conflict with pinning.
189
//!
190
//! 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
+//! move fields around to be able to drop them. It might even do
192
//! that for fields that happen to be sufficiently aligned. As a consequence, you cannot use
193
//! pinning with a `#[repr(packed)]` type.
194
0 commit comments