diff options
| author | Yuki Okushi <huyuumi.dev@gmail.com> | 2020-10-18 04:11:07 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-18 04:11:07 +0900 |
| commit | 82f775d2c4fd25615d7db2a5340aae0ee9f9901b (patch) | |
| tree | 6400ea0a4aaa20bab56edfea7d4c90a4dcfa35fd /compiler/rustc_mir/src/transform/coverage/query.rs | |
| parent | 0af467ebf2da4994aee56b2b70c59028170a88ba (diff) | |
| parent | 29392a1728df1b334b48115ad24cc592f04ca15e (diff) | |
| download | rust-82f775d2c4fd25615d7db2a5340aae0ee9f9901b.tar.gz rust-82f775d2c4fd25615d7db2a5340aae0ee9f9901b.zip | |
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
Diffstat (limited to 'compiler/rustc_mir/src/transform/coverage/query.rs')
0 files changed, 0 insertions, 0 deletions
