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
Implement SecondaryMap::insert in terms of SecondaryMap::try_insert (#12462)
* Add `PanicOnOom` extension trait
To make it clear that we are only ignoring OOM errors, and not hiding the
unwrapping of other kinds of errors, in our various TODOs for
#12069
* Implement `SecondaryMap::insert` in terms of `SecondaryMap::try_insert`
0 commit comments