Skip to content

Commit

Permalink
remove confusing remark
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed Aug 8, 2019
1 parent e82b053 commit fa58c27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcore/pin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
//! you do not accidentally use `self`/`this` in a way that is in conflict with pinning.
//!
//! Moreover, if your type is `#[repr(packed)]`, the compiler will automatically
//! 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
//! that for fields that happen to be sufficiently aligned. As a consequence, you cannot use
//! pinning with a `#[repr(packed)]` type.
//!
Expand Down

0 comments on commit fa58c27

Please sign in to comment.