Unnamed repository; edit this file 'description' to name the repository.
Auto merge of #3027 - ttsugriy:range-map, r=RalfJung
Avoid unnecessary Vec resize. If `size > 0` current implementation will first create an empty vec and then push an element into it, which will cause a resize that can be easily avoided. It's obviously not a big deal, but this also gets rid of `mut` local variable.
bors 2023-08-17
parent 22b8734 · parent f657750 · commit e792844
0 files changed, 0 insertions, 0 deletions