]> git.lizzy.rs Git - rust.git/commit
std: Fix missing stability on iter::Cloned
authorAlex Crichton <alex@alexcrichton.com>
Sat, 16 May 2015 18:27:08 +0000 (11:27 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Sat, 16 May 2015 18:27:08 +0000 (11:27 -0700)
commitf894417e6b75f9eaa276414de525ea56418f2f68
tree54ae00a6948cc524a4099c8b98b599261ccb67d8
parent5e535eae5c4b70879aefc050a5fe0b8137c07eac
std: Fix missing stability on iter::Cloned

The method was stabilized but the structure was forgotten to be stabilized.

Closes #25480
src/libcore/iter.rs