]> git.lizzy.rs Git - rust.git/commit
std: Rename IntoIterator::Iter to IntoIter
authorAlex Crichton <alex@alexcrichton.com>
Fri, 6 Feb 2015 22:47:55 +0000 (14:47 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Mon, 9 Feb 2015 23:58:13 +0000 (15:58 -0800)
commit605225a366b62f29f5fd4b03cc298fff03bc3bdf
tree50d9d4dc2b5c3e9aa552cb408a5dcc7e192beede
parent64a4decec779ee0a30585a12352d20a54b722506
std: Rename IntoIterator::Iter to IntoIter

This is in preparation for stabilization of the `IntoIterator` trait. All
implementations and references to `Iter` need to be renamed to `IntoIter`.

[breaking-change]
14 files changed:
src/libcollections/binary_heap.rs
src/libcollections/bit.rs
src/libcollections/btree/map.rs
src/libcollections/btree/set.rs
src/libcollections/dlist.rs
src/libcollections/enum_set.rs
src/libcollections/ring_buf.rs
src/libcollections/vec.rs
src/libcollections/vec_map.rs
src/libcore/array.rs
src/libcore/iter.rs
src/libcore/slice.rs
src/libstd/collections/hash/map.rs
src/libstd/collections/hash/set.rs