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
The get_many_mut family of methods have been renamed to get_disjoint_mut
to match the standard library. The old names are still present for now, but
deprecated. (#648)
Recognize and use over-sized allocations when using custom allocators. (#523)