]> git.lizzy.rs Git - rust.git/commit
std: Deprecate iter::{Unfold, Iterate}
authorAlex Crichton <alex@alexcrichton.com>
Thu, 11 Jun 2015 01:01:59 +0000 (18:01 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Wed, 17 Jun 2015 16:07:16 +0000 (09:07 -0700)
commit669d1cd9e28aa6a6aa181c29b9d68edd33491f6f
tree1889abc85d10265913b227bf035c3ff7b0d4e3ec
parent02a8d5b57057a5c76667e85e92ea2c8a95303150
std: Deprecate iter::{Unfold, Iterate}

Neither of these iterators has seen enough usage to justify their position in
the standard library, so these unstable iterators are being slated for deletion.
src/libcore/iter.rs