mirror of
https://github.com/chatmail/core.git
synced 2026-05-03 21:36:29 +03:00
Automatically fix some clippy warnings with "cargo fix"
This commit is contained in:
committed by
holger krekel
parent
fbb8c8e80c
commit
d0795f5770
@@ -113,7 +113,7 @@ fn main() {
|
||||
|
||||
println!("stopping threads");
|
||||
|
||||
*running.clone().write().unwrap() = false;
|
||||
*running.write().unwrap() = false;
|
||||
deltachat::job::interrupt_inbox_idle(&ctx, true);
|
||||
deltachat::job::interrupt_smtp_idle(&ctx);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user