diff --git a/src/imap_stream.rs b/src/imap_stream.rs index c63520e..706c03a 100644 --- a/src/imap_stream.rs +++ b/src/imap_stream.rs @@ -67,9 +67,7 @@ impl ImapStream { pub fn as_mut(&mut self) -> &mut R { &mut self.inner } -} -impl ImapStream { /// Attempts to decode a single response from the buffer. /// /// Returns `None` if the buffer does not contain enough data.