rust/library/alloc
bors c2d1b0d980 Auto merge of #75071 - ssomers:btree_cleanup_5, r=Mark-Simulacrum
BTreeMap: enforce the panic rule imposed by `replace`

Also, reveal the unsafe parts in the closures fed to it.

r? @Mark-Simulacrum
2020-08-07 21:48:32 +00:00
..
benches More benchmarks of BTreeMap mutation 2020-08-01 20:23:13 +02:00
src Auto merge of #75071 - ssomers:btree_cleanup_5, r=Mark-Simulacrum 2020-08-07 21:48:32 +00:00
tests Replace Memoryblock with NonNull<[u8]> 2020-08-04 18:03:34 +02:00
Cargo.toml