mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 20:45:45 +03:00
29580e12f2
Avoid emptiness check in `PeekMut::pop` This PR avoids an unnecessary emptiness check in `PeekMut::pop` by replacing `Option::unwrap` with `Option::unwrap_unchecked`.