]> git.lizzy.rs Git - rust.git/blobdiff - src/libstd_unicode/u_str.rs
Merge branch 'refactor-select' of https://github.com/aravind-pg/rust into update...
[rust.git] / src / libstd_unicode / u_str.rs
index 5d1611acb7ee632103f75553b5babdc3f6960640..a72e1210d93f61c13279025ada8387668c6a8cd8 100644 (file)
@@ -127,7 +127,6 @@ fn size_hint(&self) -> (usize, Option<usize>) {
     }
 }
 
-#[unstable(feature = "fused", issue = "35602")]
 impl<I> FusedIterator for Utf16Encoder<I>
     where I: FusedIterator<Item = char> {}
 
@@ -186,5 +185,5 @@ fn next_back(&mut self) -> Option<&'a str> {
     }
 }
 
-#[unstable(feature = "fused", issue = "35602")]
+#[stable(feature = "fused", since = "1.26.0")]
 impl<'a> FusedIterator for SplitWhitespace<'a> {}