Manual Default for Mailbox is intentional

This commit is contained in:
Jon Gjengset 2021-11-09 18:32:19 -08:00
parent 88417339f9
commit b9b9328e18
No known key found for this signature in database
GPG key ID: 863B48A11C238D5A

View file

@ -46,6 +46,7 @@ pub struct Mailbox {
pub is_read_only: bool,
}
#[allow(clippy::derivable_impls)]
impl Default for Mailbox {
fn default() -> Mailbox {
Mailbox {