Updated all users of HashMap, HashSet ::consume() to use .consume_iter(). Since .consume_iter() takes the map or set by value, it needs awkward extra code to in librusti's use of @mut HashMap, where the map value can not be directly moved out. Addresses issue #7719 |
||
|---|---|---|
| .. | ||
| at_exit.rs | ||
| atomics.rs | ||
| dynamic_lib.rs | ||
| extfmt.rs | ||
| finally.rs | ||
| global.rs | ||
| intrinsics.rs | ||
| lang.rs | ||
| mod.rs | ||
| simd.rs | ||
| sync.rs | ||
| weak_task.rs | ||