rust/library/alloc
Yuki Okushi 1033c74665
Rollup merge of #74874 - ssomers:btree_cleanup_8, r=Mark-Simulacrum
BTreeMap: define forget_type only when relevant

Similar to `forget_node_type` for handles.
No effect on generated code, apart maybe from the superfluous calls that might not have been optimized away.

r? @Mark-Simulacrum
2020-08-03 01:05:18 +09:00
..
benches More benchmarks of BTreeMap mutation 2020-08-01 20:23:13 +02:00
src Rollup merge of #74874 - ssomers:btree_cleanup_8, r=Mark-Simulacrum 2020-08-03 01:05:18 +09:00
tests Add str::[r]split_once 2020-07-28 09:58:20 +02:00
Cargo.toml mv std libs to library/ 2020-07-27 19:51:13 -05:00