mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-02 06:28:20 +03:00
4e5b7add7f
BTreeMap: stop mistaking node for an orderly place A second mistake in #77612 was to ignore the node module's rightful comment "this module doesn't care whether the entries are sorted". And there's a much simpler way to visit the keys in order, if you check this separately from a single pass checking everything. r? ````````@Mark-Simulacrum````````