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 620ff66 commit 808679fCopy full SHA for 808679f
core/src/slice/ascii.rs
@@ -215,8 +215,6 @@ impl<'a> iter::DoubleEndedIterator for EscapeAscii<'a> {
215
}
216
217
#[stable(feature = "inherent_ascii_escape", since = "1.60.0")]
218
-impl<'a> iter::ExactSizeIterator for EscapeAscii<'a> {}
219
-#[stable(feature = "inherent_ascii_escape", since = "1.60.0")]
220
impl<'a> iter::FusedIterator for EscapeAscii<'a> {}
221
222
impl<'a> fmt::Display for EscapeAscii<'a> {
0 commit comments