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.
pin
1 parent 0870f27 commit b48a519Copy full SHA for b48a519
core/src/pin.rs
@@ -595,7 +595,7 @@
595
//! [drop-impl]: self#implementing-drop-for-types-with-address-sensitive-states
596
//!
597
//! The [`drop`] function takes [`&mut self`], but this is called *even if that `self` has been
598
-//! pinned*! Implementing [`Drop`] for a type with address-sensitive states, because if `self` was
+//! pinned*! Implementing [`Drop`] for a type with address-sensitive states requires some care, because if `self` was
599
//! indeed in an address-sensitive state before [`drop`] was called, it is as if the compiler
600
//! automatically called [`Pin::get_unchecked_mut`].
601
0 commit comments