about summary refs log tree commit diff
path: root/compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2024-10-03 21:52:47 +0200
committerGitHub <noreply@github.com>2024-10-03 21:52:47 +0200
commit29580e12f2eccf7ff8d50999bc82174292532c7d (patch)
tree594a4f5bc390c97d0c00e47839b382aabce5ece2 /compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp
parent6753e07d465f619566772906bc63f0e130a4cd41 (diff)
parentd47e388843f682f57262f020edd9909c850a0c49 (diff)
downloadrust-29580e12f2eccf7ff8d50999bc82174292532c7d.tar.gz
rust-29580e12f2eccf7ff8d50999bc82174292532c7d.zip
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`.
Diffstat (limited to 'compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp')
0 files changed, 0 insertions, 0 deletions