rust-lang / nomicon

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

Introduce and avoid dropck #353

Closed Arthur-Milchior closed 2 years ago

Arthur-Milchior commented 2 years ago

Dropck was never formally introduced. As it was used a single time, I just replace it by its full length name. I also introduce it on the first "drop checker" reference for exhaustivity.