EscapeAscii is not an ExactSizeIterator
This commit is contained in:
parent
9067d5277d
commit
8abcd4d235
@ -215,8 +215,6 @@ fn next_back(&mut self) -> Option<u8> {
|
||||
}
|
||||
}
|
||||
#[stable(feature = "inherent_ascii_escape", since = "1.60.0")]
|
||||
impl<'a> iter::ExactSizeIterator for EscapeAscii<'a> {}
|
||||
#[stable(feature = "inherent_ascii_escape", since = "1.60.0")]
|
||||
impl<'a> iter::FusedIterator for EscapeAscii<'a> {}
|
||||
#[stable(feature = "inherent_ascii_escape", since = "1.60.0")]
|
||||
impl<'a> fmt::Display for EscapeAscii<'a> {
|
||||
|
Loading…
Reference in New Issue
Block a user