]> git.lizzy.rs Git - rust.git/blobdiff - src/libcore/iter/mod.rs
Auto merge of #51200 - tmccombs:stable-iter-repeat-with, r=Centril,kennytm
[rust.git] / src / libcore / iter / mod.rs
index 3458527c322b298cc0131386dbb9ae77b2b409ca..f152ee73b6996fa14c5d432c29c0dcdbff446f48 100644 (file)
 
 #[stable(feature = "rust1", since = "1.0.0")]
 pub use self::sources::{Repeat, repeat};
-#[unstable(feature = "iterator_repeat_with", issue = "48169")]
+#[stable(feature = "iterator_repeat_with", since = "1.28.0")]
 pub use self::sources::{RepeatWith, repeat_with};
 #[stable(feature = "iter_empty", since = "1.2.0")]
 pub use self::sources::{Empty, empty};