fitzgen / bumpalo

A fast bump allocation arena for Rust
https://docs.rs/bumpalo
Apache License 2.0
1.36k stars 111 forks source link

Add impl Drop for Vec<'bump, T> #134

Closed wada314 closed 2 years ago

wada314 commented 2 years ago

For fixing #133. The lib code is just a copy-and-paste from the official vec/mod.rs.