mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 09:13:07 +03:00
f68e08933d
BTreeMap: wrap node's raw parent pointer in NonNull Now that the other `*const` (root) is gone, seemed like a small step forward. r? `@Mark-Simulacrum`