We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7114443 commit 79d3fd4Copy full SHA for 79d3fd4
core/src/pin.rs
@@ -806,7 +806,7 @@
806
//!
807
//! As a consequence, the struct *must not* be [`#[repr(packed)]`][packed].
808
809
-//! 3. *Structural Notice of Destruction.* You must uphold the the
+//! 3. *Structural Notice of Destruction.* You must uphold the
810
//! [`Drop` guarantee][drop-guarantee]: once your struct is pinned, the struct's storage cannot
811
//! be re-used without calling the structurally-pinned fields' destructors, as well.
812
0 commit comments