allocator-api2 icon indicating copy to clipboard operation
allocator-api2 copied to clipboard

`vec::IntoIter` does not implement `Default`.

Open bjoernager opened this issue 10 months ago • 0 comments

The allocator_api2::vec::IntoIter type does not implement the Default trait (in contrast to alloc::vec::IntoIter).

Is this intentional or just an oversight?

bjoernager avatar Feb 11 '25 17:02 bjoernager