about summary refs log tree commit diff
path: root/src/rt/rust_kernel.cpp
diff options
context:
space:
mode:
authorblake2-ppc <blake2-ppc>2013-07-16 16:39:24 +0200
committerblake2-ppc <blake2-ppc>2013-07-18 15:03:59 +0200
commit7ef9e722b8a499cd0b84ab175a366cbe536a86e4 (patch)
tree2086bd672f6d69ed4188ad3f64d3031fb3dde8f8 /src/rt/rust_kernel.cpp
parent0335339c184e46eac958841e0e021dbdab873efd (diff)
downloadrust-7ef9e722b8a499cd0b84ab175a366cbe536a86e4.tar.gz
rust-7ef9e722b8a499cd0b84ab175a366cbe536a86e4.zip
hashmap: Remove .consume() has rename .consume_iter() to .consume()
Updated all users of HashMap, HashSet old .consume() to use .consume()
with a for loop.

Since .consume() 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.
Diffstat (limited to 'src/rt/rust_kernel.cpp')
0 files changed, 0 insertions, 0 deletions