rust/library/alloc
bors f68e08933d Auto merge of #76929 - ssomers:btree_cleanup_2, r=Mark-Simulacrum
BTreeMap: wrap node's raw parent pointer in NonNull

Now that the other `*const` (root) is gone, seemed like a small step forward.

r? `@Mark-Simulacrum`
2020-09-19 19:15:06 +00:00
..
benches Clean up vec benches bench_in_place style 2020-09-06 12:00:22 +08:00
src Auto merge of #76929 - ssomers:btree_cleanup_2, r=Mark-Simulacrum 2020-09-19 19:15:06 +00:00
tests Use T::BITS instead of size_of::<T> * 8. 2020-09-19 06:54:42 +02:00
Cargo.toml mv std libs to library/ 2020-07-27 19:51:13 -05:00