]> git.lizzy.rs Git - rust.git/blobdiff - src/libcore/iter/mod.rs
core::iter::repeat_with: general fixes
[rust.git] / src / libcore / iter / mod.rs
index 29b62c901f310822aa215be09d50002d99a3b5ef..ac3fb5a57dd38e244c298dacc5a1cd7904dd5249 100644 (file)
 
 #[stable(feature = "rust1", since = "1.0.0")]
 pub use self::sources::{Repeat, repeat};
+#[unstable(feature = "iterator_repeat_with", issue = "0")]
+pub use self::sources::{RepeatWith, repeat_with};
 #[stable(feature = "iter_empty", since = "1.2.0")]
 pub use self::sources::{Empty, empty};
 #[stable(feature = "iter_once", since = "1.2.0")]