Skip to content

Commit 6bc9c91

Browse files
author
xiaoxiangxianzi
committed
chore: fix some comments
Signed-off-by: xiaoxiangxianzi <zhaoyizheng@outlook.com>
1 parent c97c4f2 commit 6bc9c91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/pin.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -806,7 +806,7 @@
806806
//!
807807
//! As a consequence, the struct *must not* be [`#[repr(packed)]`][packed].
808808
//!
809-
//! 3. *Structural Notice of Destruction.* You must uphold the the
809+
//! 3. *Structural Notice of Destruction.* You must uphold the
810810
//! [`Drop` guarantee][drop-guarantee]: once your struct is pinned, the struct's storage cannot
811811
//! be re-used without calling the structurally-pinned fields' destructors, as well.
812812
//!

0 commit comments

Comments
 (0)