Files
rust/library
Matthias Krüger 29580e12f2 Rollup merge of #131197 - EFanZh:avoid-emptyness-check-in-peekmut-pop, r=Amanieu
Avoid emptiness check in `PeekMut::pop`

This PR avoids an unnecessary emptiness check in `PeekMut::pop` by replacing `Option::unwrap` with `Option::unwrap_unchecked`.
2024-10-03 21:52:47 +02:00
..
2024-08-29 12:13:19 -07:00
2024-07-28 14:46:29 -04:00
2024-09-23 09:21:39 -07:00
2024-09-24 14:25:16 -07:00
2024-09-25 17:03:20 -07:00