mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 09:13:07 +03:00
d39e095331
BTreeMap: swap the names of NodeRef::new and Root::new_leaf #78104 preserved the name of Root::new_leaf to minimize changes, but the resulting names are confusing. r? `@Mark-Simulacrum`