Skip to content

Commit a0c6262

Browse files
committed
FusedIterator will be stabilized
1 parent 06bad6a commit a0c6262

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/ascii.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ impl DoubleEndedIterator for EscapeDefault {
136136
}
137137
#[stable(feature = "rust1", since = "1.0.0")]
138138
impl ExactSizeIterator for EscapeDefault {}
139-
#[unstable(feature = "fused", issue = "35602")]
139+
#[stable(feature = "fused", since = "1.26.0")]
140140
impl FusedIterator for EscapeDefault {}
141141

142142
#[stable(feature = "std_debug", since = "1.16.0")]

0 commit comments

Comments
 (0)