mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 12:46:29 +00:00
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`