Commits
Click on a commit to change the comparison rangefeat(allocator): remove drop operations from Vec2 (#9679)
Just like #6623. Since we have control over the `Vec` implementation, we can remove the `drop` operations and eventually revert the changes made in #6623 directly.