You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rollup merge of #155161 - saethlin:push_mut_saves, r=Kivooeo
Use Vec::push_mut when adding a chunk to arenas
This fixes#155148, which may or may not be worth fixing on its own merits, but I think `Vec::push_mut` also makes the code nicer.
0 commit comments