Skip to content

Commit a0242e7

Browse files
authored
Rollup merge of #77851 - exrook:split-btreemap, r=dtolnay
BTreeMap: refactor Entry out of map.rs into its own file btree/map.rs is approaching the 3000 line mark, splitting out the entry code buys about 500 lines of headroom. I've created this PR because the changes I've made in #77438 will push `map.rs` over the 3000 line limit and cause tidy to complain. I picked `Entry` to factor out because it feels less tightly coupled to the rest of `BTreeMap` than the various iterator implementations. Related: #60302
2 parents 83ee319 + 3e2121c commit a0242e7

File tree

3 files changed

+481
-469
lines changed

3 files changed

+481
-469
lines changed

0 commit comments

Comments
 (0)