Skip to content

Commit

Permalink
refactor: join two impl blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
link2xt committed Jan 26, 2024
1 parent dbf55d5 commit 3d6509d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/imap_stream.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,7 @@ impl<R: Read + Write + Unpin> ImapStream<R> {
pub fn as_mut(&mut self) -> &mut R {
&mut self.inner
}
}

impl<R: Read + Write + Unpin> ImapStream<R> {
/// Attempts to decode a single response from the buffer.
///
/// Returns `None` if the buffer does not contain enough data.
Expand Down

0 comments on commit 3d6509d

Please sign in to comment.