Manual Default for Mailbox is intentional
This commit is contained in:
parent
88417339f9
commit
b9b9328e18
1 changed files with 1 additions and 0 deletions
|
|
@ -46,6 +46,7 @@ pub struct Mailbox {
|
|||
pub is_read_only: bool,
|
||||
}
|
||||
|
||||
#[allow(clippy::derivable_impls)]
|
||||
impl Default for Mailbox {
|
||||
fn default() -> Mailbox {
|
||||
Mailbox {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue