Fix some clippy warnings

This commit is contained in:
Alexander Krotov
2019-10-03 13:22:59 +03:00
committed by holger krekel
parent a5c4e16405
commit 130d485cac
27 changed files with 193 additions and 251 deletions

View File

@@ -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;
}