We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d223452 commit f73da69Copy full SHA for f73da69
library/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