Skip to content

Commit 3c231f0

Browse files
committed
chore: remove outdated TODO
1 parent 034202f commit 3c231f0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/imap_stream.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ use crate::types::{Request, ResponseData};
1717
/// as imap client messages.
1818
#[derive(Debug)]
1919
pub struct ImapStream<R: Read + Write> {
20-
// TODO: write some buffering logic
2120
/// The underlying stream
2221
pub(crate) inner: R,
2322
/// Number of bytes the next decode operation needs if known.

0 commit comments

Comments
 (0)