Fix nightly clippy and rustc errors

This commit is contained in:
link2xt
2021-03-27 22:02:51 +03:00
parent f17320a9cb
commit 244260a978
20 changed files with 315 additions and 316 deletions

View File

@@ -553,9 +553,9 @@ impl SmtpConnectionState {
};
let state = ConnectionState {
idle_interrupt_sender,
shutdown_receiver,
stop_sender,
idle_interrupt_sender,
};
let conn = SmtpConnectionState { state };
@@ -600,9 +600,9 @@ impl ImapConnectionState {
};
let state = ConnectionState {
idle_interrupt_sender,
shutdown_receiver,
stop_sender,
idle_interrupt_sender,
};
let conn = ImapConnectionState { state };