mirror of
https://github.com/chatmail/core.git
synced 2026-04-23 00:16:34 +03:00
Fix some clippy warnings
This commit is contained in:
committed by
holger krekel
parent
a5c4e16405
commit
130d485cac
@@ -41,7 +41,7 @@ pub unsafe fn outlk_autodiscover(
|
||||
let ok_to_continue;
|
||||
let mut i = 0;
|
||||
loop {
|
||||
if !(i < 10) {
|
||||
if i >= 10 {
|
||||
ok_to_continue = true;
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user