diff --git a/src/phantom-data.md b/src/phantom-data.md index c82859e..cd2428d 100644 --- a/src/phantom-data.md +++ b/src/phantom-data.md @@ -110,6 +110,11 @@ When a type already has a `Drop impl`, **adding an extra `_owns_T: PhantomData` + field will then require `T` to be droppable whenever the containing type goes out of scope). + ___ But this situation can sometimes lead to overly restrictive code. That's why the