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 256 forks source link

Improve chapter about `Vec<T>` #381

Closed Nilstrieb closed 1 year ago

Nilstrieb commented 1 year ago

Stop mentioning PhantomData<T> and dropck in the vec chapter except at the start for linking to the phantom-data chapter, and a few style improvements. See the commits for more details.