mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 01:42:54 +03:00
b86674e7cc
BTree: remove outdated traces of coercions The introduction of `marker::ValMut` (#75200) meant iterators no longer see mutable keys but their code still pretends it does. And settle on the majority style `Some(unsafe {…})` over `unsafe { Some(…) }`. r? `@Mark-Simulacrum`