rust-lang / nomicon

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

Minor improvements to Vec #415

Closed evaporei closed 6 months ago

evaporei commented 1 year ago

I copied the "Final Code" page into a local cargo new --lib folder and it compiled and ran tests successfully :heavy_check_mark: (edit: I forgot the CI is running doc tests lol)