Removing uneeded return statement

This commit is contained in:
Matt McCoy 2016-06-21 15:48:14 -04:00
parent fb89e4a50a
commit b243f1ab5a

View file

@ -135,7 +135,7 @@ impl<T: Read+Write> Client<T> {
} }
} }
return Ok(mailbox); Ok(mailbox)
} }
/// Examine is identical to Select, but the selected mailbox is identified as read-only /// Examine is identical to Select, but the selected mailbox is identified as read-only