Removing uneeded return statement
This commit is contained in:
parent
fb89e4a50a
commit
b243f1ab5a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue