diff --git a/src/libcore/iter.rs b/src/libcore/iter.rs index cab79d938c3..091342226e0 100644 --- a/src/libcore/iter.rs +++ b/src/libcore/iter.rs @@ -1370,7 +1370,7 @@ impl MinMaxResult { } /// An iterator that clones the elements of an underlying iterator -#[unstable(feature = "core", reason = "recent addition")] +#[stable(feature = "iter_cloned", since = "1.1.0")] #[must_use = "iterator adaptors are lazy and do nothing unless consumed"] #[derive(Clone)] pub struct Cloned {