From 3d6509df6e15755ddcdac501bb370629c96bc6d0 Mon Sep 17 00:00:00 2001 From: link2xt Date: Fri, 26 Jan 2024 23:39:27 +0000 Subject: [PATCH] refactor: join two impl blocks --- src/imap_stream.rs | 2 -- 1 file changed, 2 deletions(-) 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.