We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9febb89 commit 0e38e76Copy full SHA for 0e38e76
src/libcore/iter.rs
@@ -1370,7 +1370,7 @@ impl<T: Clone> MinMaxResult<T> {
1370
}
1371
1372
/// An iterator that clones the elements of an underlying iterator
1373
-#[unstable(feature = "core", reason = "recent addition")]
+#[stable(feature = "iter_cloned", since = "1.1.0")]
1374
#[must_use = "iterator adaptors are lazy and do nothing unless consumed"]
1375
#[derive(Clone)]
1376
pub struct Cloned<I> {
0 commit comments