rust/src/librusti
blake2-ppc 7ef9e722b8 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.
2013-07-18 15:03:59 +02:00
..
program.rs hashmap: Remove .consume() has rename .consume_iter() to .consume() 2013-07-18 15:03:59 +02:00
rusti.rs librustc: Remove all uses of "copy". 2013-07-17 14:57:51 -07:00
utils.rs Fix rustdoc and rusti 2013-07-07 22:51:10 +12:00