rust-lang / nomicon

The Dark Arts of Advanced and Unsafe Rust Programming
https://doc.rust-lang.org/nomicon/
Apache License 2.0
1.79k stars 261 forks source link

Destructor with `ManuallyDrop` fields #260

Closed mbartlett21 closed 3 years ago

mbartlett21 commented 3 years ago

Should the chapter on destructor mention using ManuallyDrop<T> instead of Option<T>?

JohnTitor commented 3 years ago

Duplicate of #201.