]> git.lizzy.rs Git - rust.git/commit - src/tools/miri
Auto merge of #81937 - ssomers:btree_drainy_refactor_9b, r=Mark-Simulacrum
authorbors <bors@rust-lang.org>
Tue, 23 Feb 2021 00:30:37 +0000 (00:30 +0000)
committerbors <bors@rust-lang.org>
Tue, 23 Feb 2021 00:30:37 +0000 (00:30 +0000)
commitb02a6193b370ff7c3cb46d713afd990f134e547e
treec6cd86b39a9bddc3c59fc884af0fe7853a771937
parent11f838d64ae764c6016c2c00f958bec61e9a2691
parent342aa694f92f437364d9cfe9c59fc858b38f3604
Auto merge of #81937 - ssomers:btree_drainy_refactor_9b, r=Mark-Simulacrum

BTree: move more shared iterator code into navigate.rs

The functions in navigate.rs only exist to support iterators, and these look easier on my eyes if there is a shared `struct` with the recurring pair of handles.

r? `@Mark-Simulacrum`