We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3c71f1 commit 9da8e2aCopy full SHA for 9da8e2a
library/core/src/ptr/mod.rs
@@ -182,10 +182,6 @@ mod mut_ptr;
182
/// // Ensure that the last item was dropped.
183
/// assert!(weak.upgrade().is_none());
184
/// ```
185
-///
186
-/// Notice that the compiler performs this copy automatically when dropping packed structs,
187
-/// i.e., you do not usually have to worry about such issues unless you call `drop_in_place`
188
-/// manually.
189
#[stable(feature = "drop_in_place", since = "1.8.0")]
190
#[lang = "drop_in_place"]
191
#[allow(unconditional_recursion)]
0 commit comments