about summary refs log tree commit diff
path: root/compiler/rustc_mir/src/transform/coverage/query.rs
diff options
context:
space:
mode:
authorYuki Okushi <huyuumi.dev@gmail.com>2020-10-18 04:11:07 +0900
committerGitHub <noreply@github.com>2020-10-18 04:11:07 +0900
commit82f775d2c4fd25615d7db2a5340aae0ee9f9901b (patch)
tree6400ea0a4aaa20bab56edfea7d4c90a4dcfa35fd /compiler/rustc_mir/src/transform/coverage/query.rs
parent0af467ebf2da4994aee56b2b70c59028170a88ba (diff)
parent29392a1728df1b334b48115ad24cc592f04ca15e (diff)
downloadrust-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