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

Make `Vec::new` public in vec-alloc.md #336

Closed BillXWB closed 2 years ago

BillXWB commented 2 years ago

According to the final code, Vec::new should be public.