diff --git a/src/drop-flags.md b/src/drop-flags.md index 65fff15..6a0236a 100644 --- a/src/drop-flags.md +++ b/src/drop-flags.md @@ -79,5 +79,5 @@ if condition { } ``` -The drop flags are tracked on the stack and no longer stashed in types that -implement drop. +The drop flags are tracked on the stack. +In old Rust versions, drop flags were stashed in a hidden field of types that implement `Drop`.