fitzgen / bumpalo

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

`drain_filter` is private #137

Closed konsumlamm closed 2 years ago

konsumlamm commented 2 years ago

The Vec::drain_filter method is private, eventhough the DrainFilter struct it returns is public (and it tries to link to Vec::drain_filter, which fails, because it is private). I assume this is an oversight? It is also missing documentation.